PHP 클래스 Phue\Test\Transport\Adapter\CurlTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: sqmk/phue

공개 메소드들

메소드 설명
setUp ( ) Set up
testClose ( ) Test: Close curl adapter
testGetContentType ( ) Test: Get Content Type
testGetHttpStatusCode ( ) Test: Get Http Status Code
testInstantiation ( ) Test: Instantiation without exception
testOpen ( ) Test: Open curl adapter
testSend ( ) Test: Send nowhere

메소드 상세

setUp() 공개 메소드

Set up
public setUp ( )

testClose() 공개 메소드

Test: Close curl adapter
public testClose ( )

testGetContentType() 공개 메소드

Test: Get Content Type
public testGetContentType ( )

testGetHttpStatusCode() 공개 메소드

Test: Get Http Status Code

testInstantiation() 공개 메소드

Test: Instantiation without exception
public testInstantiation ( )

testOpen() 공개 메소드

Test: Open curl adapter
public testOpen ( )

testSend() 공개 메소드

Test: Send nowhere
public testSend ( )