PHP Class Mmoreram\tests\Visithor\Generator\UrlGeneratorTest

Inheritance: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
Show file Open project: visithor/visithor

Public Methods

Method Description
dataAcceptableHTTPCodes ( ) Data for testAcceptableHTTPCodes
dataProfiles ( ) Data for testProfiles
dataUrlOptions ( ) Data for testUrlOptions
dataUrlPath ( ) Data for testUrlPath
getUrlGeneratorInstance ( ) Generate UrlGenerator
testAcceptableHTTPCodes ( $config, $HTTPCodes ) Test acceptable HTTPCodes
testEmptyConfig ( ) Test empty config
testProfileDefinedInGlobal ( ) Test profile defined in global
testProfiles ( $config, $options ) Test url options
testUrlOptions ( $config, $options ) Test url options
testUrlPath ( $config, $path ) Test url path

Method Details

dataAcceptableHTTPCodes() public method

Data for testAcceptableHTTPCodes

dataProfiles() public method

Data for testProfiles
public dataProfiles ( )

dataUrlOptions() public method

Data for testUrlOptions
public dataUrlOptions ( )

dataUrlPath() public method

Data for testUrlPath
public dataUrlPath ( )

getUrlGeneratorInstance() public method

Generate UrlGenerator

testAcceptableHTTPCodes() public method

Test acceptable HTTPCodes
public testAcceptableHTTPCodes ( $config, $HTTPCodes )

testEmptyConfig() public method

Test empty config
public testEmptyConfig ( )

testProfileDefinedInGlobal() public method

Test profile defined in global

testProfiles() public method

Test url options
public testProfiles ( $config, $options )

testUrlOptions() public method

Test url options
public testUrlOptions ( $config, $options )

testUrlPath() public method

Test url path
public testUrlPath ( $config, $path )