PHP Class luyatests\core\console\controllers\ImportControllerTest

Inheritance: extends luyatests\LuyaConsoleTestCase
Datei anzeigen Open project: luyadev/luya

Public Methods

Method Description
testCustomCommandSuccess ( ) * public function testCustomCommandSuccess() { Yii::$app->request->setParams([ 'exec/import', ]);

Method Details

testCustomCommandSuccess() public method

$this->assertEquals(1, Yii::$app->run()); }