Sfoglia il codice sorgente

visibility changed

Mark 12 anni fa
parent
commit
2fe23bc740
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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();