PhpBench\Extensions\Dbal\Tests\Functional\Command\MigrateCommandTest::execute PHP Метод

execute() приватный Метод

private execute ( $args = [] )
    private function execute($args = [])
    {
        $input = new ArrayInput($args, $this->command->getDefinition());
        $this->command->execute($input, $this->output);
    }