PHP Class RKA\Middleware\Test\RendererTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: akrabat/rka-ip-address-middleware

Public Methods

Method Description
testCustomHeader ( )
testForwardedWithAllOptions ( )
testForwardedWithMultipleFor ( )
testForwardedWithWithIpV6 ( )
testHttpClientIp ( )
testIpIsNullIfMissing ( )
testIpSetByRemoteAddr ( )
testProxyIpIsIgnored ( )
testXForwardedForIp ( )
testXForwardedForIpV6 ( )
testXForwardedForIpWithTrustedProxy ( )
testXForwardedForIpWithUntrustedProxy ( )
testXForwardedForWithInvalidIp ( )

Method Details

testCustomHeader() public method

public testCustomHeader ( )

testForwardedWithAllOptions() public method

testForwardedWithMultipleFor() public method

testForwardedWithWithIpV6() public method

testHttpClientIp() public method

public testHttpClientIp ( )

testIpIsNullIfMissing() public method

testIpSetByRemoteAddr() public method

testProxyIpIsIgnored() public method

testXForwardedForIp() public method

public testXForwardedForIp ( )

testXForwardedForIpV6() public method

testXForwardedForIpWithTrustedProxy() public method

testXForwardedForIpWithUntrustedProxy() public method

testXForwardedForWithInvalidIp() public method