ShopwareCli\Tests\ProcessExecutorTest::testTimeout PHP Method

testTimeout() public method

public testTimeout ( )
    public function testTimeout()
    {
        $output = new BufferedOutput();
        $executor = new ProcessExecutor($output, 1);
        $executor->execute('sleep 2', null, true);
    }