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

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

function it_should_create_an_image_if_run_succesfully() { $this ->setURL($this->getTestURL()) ->save($this->getTestPath()); $this->shouldExist($this->getTestPath()); }
public getTestPath ( )
    public function getTestPath()
    {
        return 'image.png';
    }