Open Journal Systems
3.3.0
|
Additional Inherited Members | |
![]() | |
static | getServer () |
static | getServiceBuilder () |
static | setMockBasePath ($path) |
static | setServiceBuilder (ServiceBuilderInterface $builder) |
![]() | |
$mockObserver | |
![]() | |
static | $server |
static | $serviceBuilder |
![]() | |
hasSubscriber (HasDispatcherInterface $dispatcher, EventSubscriberInterface $subscriber) | |
![]() | |
static | $mockBasePath |
Definition at line 11 of file UrlTest.php.
Guzzle\Tests\Http\UrlTest::rfc3986UrlProvider | ( | ) |
http://tools.ietf.org/html/rfc3986#section-5.4.1
Definition at line 260 of file UrlTest.php.
Guzzle\Tests\Http\UrlTest::testAddsQueryStringIfPresent | ( | ) |
Definition at line 119 of file UrlTest.php.
References Guzzle\Http\Url\buildUrl().
Guzzle\Tests\Http\UrlTest::testAddsToPath | ( | ) |
Definition at line 126 of file UrlTest.php.
References Guzzle\Http\Url\factory().
Guzzle\Tests\Http\UrlTest::testAllowsFalsyUrlParts | ( | ) |
Definition at line 46 of file UrlTest.php.
References Guzzle\Http\Url\factory().
Guzzle\Tests\Http\UrlTest::testBuildsRelativeUrlsWithFalsyParts | ( | ) |
Definition at line 63 of file UrlTest.php.
References Guzzle\Http\Url\buildUrl().
Guzzle\Tests\Http\UrlTest::testCloneCreatesNewInternalObjects | ( | ) |
Definition at line 27 of file UrlTest.php.
References Guzzle\Http\Url\factory().
Guzzle\Tests\Http\UrlTest::testCombinesUrls | ( | $a, | |
$b, | |||
$c | |||
) |
@dataProvider urlCombineDataProvider
Definition at line 172 of file UrlTest.php.
References Guzzle\Http\Url\factory().
Guzzle\Tests\Http\UrlTest::testCombinesUrlsUsingRfc3986 | ( | $relative, | |
$result | |||
) |
@dataProvider rfc3986UrlProvider
Definition at line 297 of file UrlTest.php.
References Guzzle\Http\Url\factory().
Guzzle\Tests\Http\UrlTest::testConvertsSpecialCharsInPathWhenCastingToString | ( | ) |
Definition at line 250 of file UrlTest.php.
References Guzzle\Http\Url\factory().
Guzzle\Tests\Http\UrlTest::testEmptyUrl | ( | ) |
Definition at line 13 of file UrlTest.php.
References Guzzle\Http\Url\factory().
Guzzle\Tests\Http\UrlTest::testHandlesPathsCorrectly | ( | ) |
Definition at line 102 of file UrlTest.php.
References Guzzle\Http\Url\buildUrl(), and Guzzle\Http\Url\factory().
Guzzle\Tests\Http\UrlTest::testHasGettersAndSetters | ( | ) |
Definition at line 177 of file UrlTest.php.
References Guzzle\Http\Url\factory().
Guzzle\Tests\Http\UrlTest::testNormalizesPaths | ( | $path, | |
$result | |||
) |
@dataProvider urlProvider
Definition at line 227 of file UrlTest.php.
References Guzzle\Http\Url\factory().
Guzzle\Tests\Http\UrlTest::testPortIsDeterminedFromScheme | ( | ) |
Definition at line 19 of file UrlTest.php.
References Guzzle\Http\Url\factory().
Guzzle\Tests\Http\UrlTest::testSetQueryAcceptsArray | ( | ) |
Definition at line 195 of file UrlTest.php.
References Guzzle\Http\Url\factory().
Guzzle\Tests\Http\UrlTest::testSettingHostWithPortModifiesPort | ( | ) |
Definition at line 234 of file UrlTest.php.
References Guzzle\Http\Url\factory().
Guzzle\Tests\Http\UrlTest::testUrlStoresParts | ( | ) |
Definition at line 78 of file UrlTest.php.
References Guzzle\Http\Url\factory().
Guzzle\Tests\Http\UrlTest::testValidatesUrlCanBeParsed | ( | ) |
@expectedException \Guzzle\Common\Exception\InvalidArgumentException
Definition at line 245 of file UrlTest.php.
References Guzzle\Http\Url\factory().
Guzzle\Tests\Http\UrlTest::testValidatesUrlPartsInFactory | ( | ) |
Definition at line 34 of file UrlTest.php.
References Guzzle\Http\Url\factory().
Guzzle\Tests\Http\UrlTest::urlCombineDataProvider | ( | ) |
Guzzle\Tests\Http\UrlTest::urlProvider | ( | ) |
Definition at line 202 of file UrlTest.php.