Seditio Source
Root
|
.
/
othercms
/
drupal-7.90
/
modules
/
simpletest
/
tests
/
drupal_autoload_test
/
drupal_autoload_test_class.inc
<?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 {}