PHP 클래스 GuzzleHttp\Tests\CookieJar\SetCookieTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: nystudio107/instantanalytics

공개 메소드들

메소드 설명
cookieParserDataProvider ( ) : array Provides the parsed information from a cookie
cookieValidateProvider ( )
pathMatchProvider ( )
testAddsExpiresBasedOnMaxAge ( )
testConvertsDateTimeMaxAgeToUnixTimestamp ( )
testConvertsToString ( )
testDeterminesIfExpired ( )
testDoesNotMatchIp ( )
testHoldsValues ( )
testInitializesDefaultValues ( )
testMatchesDomain ( )
testMatchesPath ( $cookiePath, $requestPath, $isMatch )
testParseCookie ( $cookie, $parsed )
testValidatesCookies ( $name, $value, $domain, $result )

메소드 상세

cookieParserDataProvider() 공개 메소드

Provides the parsed information from a cookie
public cookieParserDataProvider ( ) : array
리턴 array

cookieValidateProvider() 공개 메소드

pathMatchProvider() 공개 메소드

public pathMatchProvider ( )

testAddsExpiresBasedOnMaxAge() 공개 메소드

testConvertsDateTimeMaxAgeToUnixTimestamp() 공개 메소드

testConvertsToString() 공개 메소드

testDeterminesIfExpired() 공개 메소드

testDoesNotMatchIp() 공개 메소드

public testDoesNotMatchIp ( )

testHoldsValues() 공개 메소드

public testHoldsValues ( )

testInitializesDefaultValues() 공개 메소드

testMatchesDomain() 공개 메소드

public testMatchesDomain ( )

testMatchesPath() 공개 메소드

public testMatchesPath ( $cookiePath, $requestPath, $isMatch )

testParseCookie() 공개 메소드

public testParseCookie ( $cookie, $parsed )

testValidatesCookies() 공개 메소드

public testValidatesCookies ( $name, $value, $domain, $result )