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