PHP Class Protocol\FCGI\RecordTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: lisachenko/protocol-fcgi

Public Properties

Property Type Description
$rawRequest from the wireshark captured traffic

Public Methods

Method Description
testAutomaticCalculationOfPaddingLength ( ) Padding size should resize the packet size to the 8 bytes boundary for optimal performance
testPackingPacket ( )
testUnpackingPacket ( )

Method Details

testAutomaticCalculationOfPaddingLength() public method

Padding size should resize the packet size to the 8 bytes boundary for optimal performance

testPackingPacket() public method

public testPackingPacket ( )

testUnpackingPacket() public method

public testUnpackingPacket ( )

Property Details

$rawRequest static public property

from the wireshark captured traffic
static public $rawRequest