ShopwareCli\Tests\ProcessExecutorTest::testFailedCommand PHP Method

testFailedCommand() public method

public testFailedCommand ( )
    public function testFailedCommand()
    {
        $output = new BufferedOutput();
        $executor = new ProcessExecutor($output, 60);
        $executor->execute('false');
    }