summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test_trait.sh
blob: 69ce9ec08b5b2952d93fd256dcf4fec489ab25f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php

/**
 * @file
 * 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.
 */

/**
 * This trait is empty because we only care if Drupal can find it.
 */
trait DrupalAutoloadTestTrait {}