class DrupalAutoloadTestClass in Drupal 7
This class is empty because we only care if Drupal can find it.
Hierarchy
- class \DrupalAutoloadTestClass implements DrupalAutoloadTestInterface
Expanded class hierarchy of DrupalAutoloadTestClass
File
- modules/
simpletest/ tests/ drupal_autoload_test/ drupal_autoload_test_class.inc, line 11 - Test classes for code registry testing.
View source
class DrupalAutoloadTestClass implements DrupalAutoloadTestInterface {
}