diff options
Diffstat (limited to 'tests/lib/comments/comment.php')
-rw-r--r-- | tests/lib/comments/comment.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/lib/comments/comment.php b/tests/lib/comments/comment.php index 790aca42967..f00dfd527f1 100644 --- a/tests/lib/comments/comment.php +++ b/tests/lib/comments/comment.php @@ -1,6 +1,10 @@ <?php -class Test_Comments_Comment extends Test\TestCase +namespace Test\Comments; + +use Test\TestCase; + +class Test_Comments_Comment extends TestCase { public function testSettersValidInput() { |