Browse Source

visibility changed

Mark 12 năm trước cách đây
mục cha
commit
2fe23bc740
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();