diff options
Diffstat (limited to 'tests/app/Module/ClippingsCartModuleTest.php')
| -rw-r--r-- | tests/app/Module/ClippingsCartModuleTest.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/app/Module/ClippingsCartModuleTest.php b/tests/app/Module/ClippingsCartModuleTest.php index 6c0cdbb7cd..316427827a 100644 --- a/tests/app/Module/ClippingsCartModuleTest.php +++ b/tests/app/Module/ClippingsCartModuleTest.php @@ -24,16 +24,12 @@ use PHPUnit_Framework_TestCase; class ClippingsCartModuleTest 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__ . '\ClippingsCartModule')); |
