From cbc1590a8c715aa2d88bd745610b899587bd9563 Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Sat, 30 May 2015 19:13:51 +0100 Subject: Code style --- tests/app/Module/ClippingsCartModuleTest.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/app/Module/ClippingsCartModuleTest.php') 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')); -- cgit v1.3