From d007f356c054925a12b9c4bdb3418fa41dc75a0f Mon Sep 17 00:00:00 2001 From: Anton Terekhov Date: Thu, 22 Nov 2012 16:41:32 +0400 Subject: [PATCH] Remove duplicate lines from test --- tests/app/FrontControllerTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/app/FrontControllerTest.php b/tests/app/FrontControllerTest.php index 1d13571..78da6a6 100644 --- a/tests/app/FrontControllerTest.php +++ b/tests/app/FrontControllerTest.php @@ -132,8 +132,6 @@ class FrontControllerTest extends PHPUnit_Framework_TestCase { $this->setConstants(false); $controller = FrontController::getInstance(); - $result = $controller->execute(); - $controller = FrontController::getInstance(); $this->assertNull($controller->execute()); }