diff options
Diffstat (limited to 'tests/library/WT/ModuleTest.php')
| -rw-r--r-- | tests/library/WT/ModuleTest.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/library/WT/ModuleTest.php b/tests/library/WT/ModuleTest.php index 7171855076..af9291df3f 100644 --- a/tests/library/WT/ModuleTest.php +++ b/tests/library/WT/ModuleTest.php @@ -22,10 +22,11 @@ class ModuleTest extends PHPUnit_Framework_TestCase { } /** - * Test FooBar + * Test that the class exists * * @return void */ - public function testFooBar() { + public function testClassExists() { + $this->assertTrue(class_exists('\WT_Module')); } } |
