Commit 533b1eeb by Alexander Makarov

fixed phpdoc

parent 0596fa82
...@@ -37,6 +37,7 @@ abstract class TestCase extends \yii\test\TestCase ...@@ -37,6 +37,7 @@ abstract class TestCase extends \yii\test\TestCase
* Populates Yii::$app with a new application * Populates Yii::$app with a new application
* The application will be destroyed on tearDown() automatically. * The application will be destroyed on tearDown() automatically.
* @param array $config The application configuration, if needed * @param array $config The application configuration, if needed
* @param string $appClass name of the application class to create
*/ */
protected function mockApplication($config = array(), $appClass = '\yii\console\Application') protected function mockApplication($config = array(), $appClass = '\yii\console\Application')
{ {
......
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