spec\Spatie\Browsershot\BrowsershotSpec::it_should_fail_if_binary_does_not_exist PHP Метод

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

    public function it_should_fail_if_binary_does_not_exist()
    {
        $this->setURL($this->getTestURL())->setBinPath('')->shouldThrow(new \Exception('binary does not exist'))->during('save', [$this->getTestPath()]);
    }