浏览代码

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