Commit 60dbd643 by Mark

typo fix

parent faaabeec
...@@ -127,7 +127,7 @@ return yii\helpers\ArrayHelper::merge( ...@@ -127,7 +127,7 @@ return yii\helpers\ArrayHelper::merge(
); );
``` ```
and then just use your `ConsoleTestCase` like following: and then just use your `ConsoleTestCase` like the following:
```php ```php
...@@ -139,7 +139,7 @@ class ConsoleTestCase extends TestCase ...@@ -139,7 +139,7 @@ class ConsoleTestCase extends TestCase
} }
``` ```
You can extend other console tests cases from this basic `ConsoleTestCase`. You can extend other console test cases from this basic `ConsoleTestCase`.
Reconfiguring components for test Reconfiguring components for test
--------------------------------- ---------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment