Browse Source
- rename requireApp() to mockApplication() - always destroy app on tearDown() - eliminates need for constant YII_DESTROY_APP_ON_TEARDOWN - mockApplication() becomes a lot easier. Destroying app on each tearDown means creating it on every call is fine. No more checking if it already exists and if it has been created from the same config. - \yii::$app should have been \Yii::$apptags/2.0.0-beta
Benjamin Wöster
12 years ago
4 changed files with 6 additions and 21 deletions
Loading…
Reference in new issue