Exemplo n.º 1
0
 protected function tearDown()
 {
     Yii::$app->user->logout();
     parent::tearDown();
 }
Exemplo n.º 2
0
 protected function setUp()
 {
     parent::setUp();
     $this->adstype = new Adstype();
 }