PHP 클래스 Devmatic\InstantClick\Test\FilterIfInstantClickTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: devmatic/laravel-instantclick

공개 메소드들

메소드 설명
it_will_not_modify_a_non_instantclick_request ( )
it_will_not_return_the_title_if_it_is_not_set ( )
it_will_return_the_title_and_contents_of_the_container_for_instantclick_request ( )
setUp ( )

보호된 메소드들

메소드 설명
addInstantClickHeaders ( Illuminate\Http\Request $request ) : Illuminate\Http\Request
getHtml ( string $pageName = 'pageWithTitle' ) : string
getNext ( string $pageName = 'pageWithTitle' ) : Closure
isInstantClickReponse ( Response $response ) : boolean

메소드 상세

addInstantClickHeaders() 보호된 메소드

protected addInstantClickHeaders ( Illuminate\Http\Request $request ) : Illuminate\Http\Request
$request Illuminate\Http\Request
리턴 Illuminate\Http\Request

getHtml() 보호된 메소드

protected getHtml ( string $pageName = 'pageWithTitle' ) : string
$pageName string
리턴 string

getNext() 보호된 메소드

protected getNext ( string $pageName = 'pageWithTitle' ) : Closure
$pageName string
리턴 Closure

isInstantClickReponse() 보호된 메소드

protected isInstantClickReponse ( Response $response ) : boolean
$response Symfony\Component\HttpFoundation\Response
리턴 boolean

it_will_not_modify_a_non_instantclick_request() 공개 메소드

it_will_not_return_the_title_if_it_is_not_set() 공개 메소드

it_will_return_the_title_and_contents_of_the_container_for_instantclick_request() 공개 메소드

setUp() 공개 메소드

public setUp ( )