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