| 1 | <?php |
||
| 23 | class TestCase extends BaseTestCase |
||
| 24 | { |
||
| 25 | |||
| 26 | |||
| 27 | public function setUp() |
||
| 33 | |||
| 34 | public function tearDown() |
||
| 40 | |||
| 41 | protected function mockApplication($config = [], $appClass = '\yii\console\Application') |
||
| 52 | |||
| 53 | /** |
||
| 54 | * Destroys application in Yii::$app by setting it to null. |
||
| 55 | */ |
||
| 56 | protected function destroyApplication() |
||
| 60 | |||
| 61 | |||
| 62 | } |
||
| 63 |