drupal_autoload_test_trait.sh

Test traits for code registry testing.

This file has a non-standard extension to prevent PHP < 5.4 testbots from trying to run a syntax check on it. @todo Use a standard extension once the testbots allow it. See https://www.drupal.org/node/2589649.

File

drupal/modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test_trait.sh
View source
  1. /**
  2. * @file
  3. * Test traits for code registry testing.
  4. *
  5. * This file has a non-standard extension to prevent PHP < 5.4 testbots from
  6. * trying to run a syntax check on it.
  7. * @todo Use a standard extension once the testbots allow it. See
  8. * https://www.drupal.org/node/2589649.
  9. */
  10. /**
  11. * This trait is empty because we only care if Drupal can find it.
  12. */
  13. trait DrupalAutoloadTestTrait {}