Browse Source

fixed phpdoc

tags/2.0.0-beta
Alexander Makarov 11 years ago
parent
commit
533b1eeb6e
  1. 1
      tests/unit/TestCase.php

1
tests/unit/TestCase.php

@ -37,6 +37,7 @@ abstract class TestCase extends \yii\test\TestCase
* Populates Yii::$app with a new application
* The application will be destroyed on tearDown() automatically.
* @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')
{

Loading…
Cancel
Save