ソースを参照

visibility changed

Mark 12 年 前
コミット
2fe23bc740
1 ファイル変更1 行追加1 行削除
  1. 1 1
      tests/unit/models/LoginFormTest.php

+ 1 - 1
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();