summaryrefslogtreecommitdiff
path: root/tests/app/FileTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/app/FileTest.php')
-rw-r--r--tests/app/FileTest.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/app/FileTest.php b/tests/app/FileTest.php
index c94adaa912..23c3b684da 100644
--- a/tests/app/FileTest.php
+++ b/tests/app/FileTest.php
@@ -24,16 +24,12 @@ use PHPUnit_Framework_TestCase;
class FileTest extends PHPUnit_Framework_TestCase {
/**
* Prepare the environment for these tests
- *
- * @return void
*/
public function setUp() {
}
/**
* Test that the class exists
- *
- * @return void
*/
public function testClassExists() {
$this->assertTrue(class_exists(__NAMESPACE__ . '\File'));