jamband\schemadump\tests\SchemaDumpControllerTest::runAction PHP Method

runAction() private method

Emulates running of the schemadump controller action.
private runAction ( string $actionID, array $args = [] ) : string
$actionID string id of action to be run.
$args array action arguments.
return string command output.
    private function runAction($actionID, array $args = [])
    {
        $this->controller->run($actionID, $args);
        return $this->controller->flushStdOutBuffer();
    }