Explorar el Código

visibility changed

Mark hace 12 años
padre
commit
2fe23bc740
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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();