Inheritance: extends PHPUnit_Framework_TestCase, implements luyatests\LuyaTestCaseInterface
Beispiel #1
0
 public function setUp()
 {
     parent::setUp();
     Yii::$app->composition->setKey('langShortCode', 'en');
 }
Beispiel #2
0
 public function setUp()
 {
     parent::setUp();
     $this->controller = new StubController('stub', Yii::$app->getModule('viewmodule'));
 }