Documentation

SapiTest extends TestCase
in package

Table of Contents

sendContentRangeStreamData()  : mixed
testConstructFromServerArray()  : mixed
testConstructPHPAuth()  : mixed
testConstructPHPAuthDigest()  : mixed
testConstructRedirectAuth()  : mixed
testRecognizeHttp2()  : mixed
Tests whether http2 is recognized.
testSend()  : mixed
testSendContentRangeStream()  : mixed
testSendLimitedByContentLengthStream()  : mixed
testSendLimitedByContentLengthString()  : mixed
testSendWorksWithCallbackAsBody()  : mixed

Methods

sendContentRangeStreamData()

public sendContentRangeStreamData() : mixed
Return values
mixed

testConstructFromServerArray()

public testConstructFromServerArray() : mixed
Return values
mixed

testConstructPHPAuth()

public testConstructPHPAuth() : mixed
Return values
mixed

testConstructPHPAuthDigest()

public testConstructPHPAuthDigest() : mixed
Return values
mixed

testConstructRedirectAuth()

public testConstructRedirectAuth() : mixed
Return values
mixed

testRecognizeHttp2()

Tests whether http2 is recognized.

public testRecognizeHttp2() : mixed
Return values
mixed

testSend()

public testSend() : mixed
Tags
runInSeparateProcess

Unfortunately we have no way of testing if the HTTP response code got changed.

Return values
mixed

testSendContentRangeStream()

public testSendContentRangeStream(mixed $ignoreAtStart, mixed $sendText, mixed $multiplier, mixed $ignoreAtEnd, mixed $contentLength) : mixed
Parameters
$ignoreAtStart : mixed
$sendText : mixed
$multiplier : mixed
$ignoreAtEnd : mixed
$contentLength : mixed
Tags
runInSeparateProcess
depends

testSend

dataProvider

sendContentRangeStreamData

Return values
mixed

testSendLimitedByContentLengthStream()

public testSendLimitedByContentLengthStream() : mixed
Tags
runInSeparateProcess
depends

testSend

Return values
mixed

testSendLimitedByContentLengthString()

public testSendLimitedByContentLengthString() : mixed
Tags
runInSeparateProcess
depends

testSend

Return values
mixed

testSendWorksWithCallbackAsBody()

public testSendWorksWithCallbackAsBody() : mixed
Tags
runInSeparateProcess
depends

testSend

Return values
mixed

Search results