drupal_autoload_test_class.inc
Test classes for code registry testing.
File
-
modules/
simpletest/ tests/ drupal_autoload_test/ drupal_autoload_test_class.inc
View 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
Title | Deprecated | Summary |
---|---|---|
DrupalAutoloadTestClass | This class is empty because we only care if Drupal can find it. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.