PHP 클래스 GuzzleHttp\Tests\Server

파일 보기 프로젝트 열기: nystudio107/instantanalytics 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$port
$url

공개 메소드들

메소드 설명
enqueue ( array | Psr\Http\Message\ResponseInterface $responses ) Queue an array of responses or a single response on the server.
flush ( ) Flush the received requests from the server
received ( ) : Psr\Http\Message\ResponseInterface[] Get all of the received requests
start ( )
stop ( ) Stop running the node.js server
wait ( $maxTries = 5 )

비공개 메소드들

메소드 설명
getClient ( )
isListening ( )

메소드 상세

enqueue() 공개 정적인 메소드

Any currently queued responses will be overwritten. Subsequent requests on the server will return queued responses in FIFO order.
public static enqueue ( array | Psr\Http\Message\ResponseInterface $responses )
$responses array | Psr\Http\Message\ResponseInterface A single or array of Responses to queue.

flush() 공개 정적인 메소드

Flush the received requests from the server
public static flush ( )

received() 공개 정적인 메소드

Get all of the received requests
public static received ( ) : Psr\Http\Message\ResponseInterface[]
리턴 Psr\Http\Message\ResponseInterface[]

start() 공개 정적인 메소드

public static start ( )

stop() 공개 정적인 메소드

Stop running the node.js server
public static stop ( )

wait() 공개 정적인 메소드

public static wait ( $maxTries = 5 )

프로퍼티 상세

$port 공개적으로 정적으로 프로퍼티

public static $port

$url 공개적으로 정적으로 프로퍼티

public static $url