PHP Class ScriptFUSIONTest\Integration\Porter\Net\UrlBuilderTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: ScriptFUSION/Porter

Méthodes publiques

Méthode 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 méthode

testBuildQuery() public méthode

public testBuildQuery ( )

testBuildUrl() public méthode

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.