PHP 클래스 ScriptFUSIONTest\Integration\Porter\Net\UrlBuilderTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: ScriptFUSION/Porter

공개 메소드들

메소드 설명
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.

메소드 상세

providerUrlPathFragments() 공개 메소드

testBuildQuery() 공개 메소드

public testBuildQuery ( )

testBuildUrl() 공개 메소드

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.