From 2fe23bc7402c51d1c575b837c03d2e8ff0b95978 Mon Sep 17 00:00:00 2001 From: Mark Date: Fri, 14 Feb 2014 18:08:07 +0400 Subject: [PATCH] visibility changed --- tests/unit/models/LoginFormTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/models/LoginFormTest.php b/tests/unit/models/LoginFormTest.php index 0f0ba8c..dbcc372 100644 --- a/tests/unit/models/LoginFormTest.php +++ b/tests/unit/models/LoginFormTest.php @@ -11,7 +11,7 @@ class LoginFormTest extends TestCase use \Codeception\Specify; - public function tearDown() + protected function tearDown() { Yii::$app->user->logout(); parent::tearDown();