luyatests\LuyaWebTestCase::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->mockApp();
    }

Usage Example

Beispiel #1
0
 public function setUp()
 {
     parent::setUp();
     Yii::$app->composition->setKey('langShortCode', 'en');
 }
All Usage Examples Of luyatests\LuyaWebTestCase::setUp