summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test_class.inc
blob: afd72fe640776a7b08eb8d02193109ddccb87c37 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?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 {}