PHP Класс GuzzleHttp\Tests\Server

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$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