drupal_autoload_test_interface.inc 191 Bytes edit raw blame history permalink 1 2 3 4 5 6 7 8 9 10 11 <?php /** * @file * Test interfaces for code registry testing. */ /** * This interface is empty because we only care if Drupal can find it. */ interface DrupalAutoloadTestInterface {}