Dunglas\DoctrineJsonOdm\Tests\FunctionalTest::runCommand PHP Method

runCommand() private method

private runCommand ( $command )
    private function runCommand($command)
    {
        return $this->application->run(new StringInput($command . ' --no-interaction --quiet'));
    }