drupal_autoload_test_interface.inc in Drupal 7
Test interfaces for code registry testing.
File
modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test_interface.incView source
<?php
/**
* @file
* Test interfaces for code registry testing.
*/
/**
* This interface is empty because we only care if Drupal can find it.
*/
interface DrupalAutoloadTestInterface {
}
Interfaces
Name![]() |
Description |
---|---|
DrupalAutoloadTestInterface | This interface is empty because we only care if Drupal can find it. |