PHP 클래스 spec\Spatie\Browsershot\BrowsershotSpec

상속: extends PhpSpec\ObjectBehavior
파일 보기 프로젝트 열기: spatie/browsershot

공개 메소드들

메소드 설명
getMatchers ( )
getTestPath ( ) * still figuring out how this test can be run on Travis CI
getTestURL ( )
it_is_initializable ( )
it_should_fail_if_binary_does_not_exist ( )
it_should_fail_if_invalid_url_is_set ( )
it_should_fail_if_target_file_is_not_set ( )
it_should_fail_if_target_file_not_is_image ( )

메소드 상세

getMatchers() 공개 메소드

public getMatchers ( )

getTestPath() 공개 메소드

function it_should_create_an_image_if_run_succesfully() { $this ->setURL($this->getTestURL()) ->save($this->getTestPath()); $this->shouldExist($this->getTestPath()); }
public getTestPath ( )

getTestURL() 공개 메소드

public getTestURL ( )

it_is_initializable() 공개 메소드

public it_is_initializable ( )

it_should_fail_if_binary_does_not_exist() 공개 메소드

it_should_fail_if_invalid_url_is_set() 공개 메소드

it_should_fail_if_target_file_is_not_set() 공개 메소드

it_should_fail_if_target_file_not_is_image() 공개 메소드