PhpBench\Tests\Unit\Benchmark\Remote\LauncherTest::testInvalidBootstrap PHP Метод

testInvalidBootstrap() публичный Метод

It should throw an exception if the bootstrap file does not exist.
    public function testInvalidBootstrap()
    {
        $launcher = new Launcher($this->factory->reveal(), $this->finder->reveal(), __DIR__ . '/../../../../vendor/notexisting.php');
        $launcher->payload(__DIR__ . '/template/foo.template', ['foo' => 'bar']);
    }