Projet

Général

Profil

Paste
Télécharger (402 octets) Statistiques
| Branche: | Révision:

root / drupal7 / modules / simpletest / tests / drupal_autoload_test / drupal_autoload_test_trait.sh @ 01dfd3b5

1
<?php
2

    
3
/**
4
 * @file
5
 * Test traits for code registry testing.
6
 *
7
 * This file has a non-standard extension to prevent PHP < 5.4 testbots from
8
 * trying to run a syntax check on it.
9
 * @todo Use a standard extension once the testbots allow it. See
10
 *   https://www.drupal.org/node/2589649.
11
 */
12

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