PHP Класс ScriptFUSIONTest\Integration\Porter\Net\UrlBuilderTest

Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
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.