PHP Class ScriptFUSIONTest\Integration\Porter\Net\UrlBuilderTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: ScriptFUSION/Porter

Public Methods

Method Description
providerUrlPathFragments ( )
testBuildQuery ( )
testBuildUrl ( string | null $base, string | null $relative, string $full ) Tests that UrlBuilder correctly builds a full URL from the specified base and relative URL fragments.

Method Details

providerUrlPathFragments() public method

testBuildQuery() public method

public testBuildQuery ( )

testBuildUrl() public method

Tests that UrlBuilder correctly builds a full URL from the specified base and relative URL fragments.
public testBuildUrl ( string | null $base, string | null $relative, string $full )
$base string | null Base URL path fragment.
$relative string | null Relative URL path fragment.
$full string Full URL.