Projet

Général

Profil

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

root / drupal7 / modules / simpletest / tests / drupal_autoload_test / drupal_autoload_test_interface.inc @ db2d93dd

1
<?php
2

    
3
/**
4
 * @file
5
 * Test interfaces for code registry testing.
6
 */
7

    
8
/**
9
 * This interface is empty because we only care if Drupal can find it.
10
 */
11
interface DrupalAutoloadTestInterface {}