|
Open Journal Systems
3.3.0
|
Protected Attributes | |
| $q | |
Additional Inherited Members | |
Static Public Member Functions inherited from Guzzle\Tests\GuzzleTestCase | |
| static | getServer () |
| static | getServiceBuilder () |
| static | setMockBasePath ($path) |
| static | setServiceBuilder (ServiceBuilderInterface $builder) |
Data Fields inherited from Guzzle\Tests\GuzzleTestCase | |
| $mockObserver | |
Static Public Attributes inherited from Guzzle\Tests\GuzzleTestCase | |
| static | $server |
| static | $serviceBuilder |
Protected Member Functions inherited from Guzzle\Tests\GuzzleTestCase | |
| hasSubscriber (HasDispatcherInterface $dispatcher, EventSubscriberInterface $subscriber) | |
Static Protected Attributes inherited from Guzzle\Tests\GuzzleTestCase | |
| static | $mockBasePath |
Definition at line 9 of file QueryStringTest.php.
| Guzzle\Tests\Http\QueryStringTest::parseQueryProvider | ( | ) |
Definition at line 136 of file QueryStringTest.php.
| Guzzle\Tests\Http\QueryStringTest::setup | ( | ) |
Definition at line 17 of file QueryStringTest.php.
| Guzzle\Tests\Http\QueryStringTest::testAllowsBlankQueryStringValues | ( | ) |
Definition at line 173 of file QueryStringTest.php.
References Guzzle\Http\QueryString\BLANK, and Guzzle\Http\QueryString\fromString().
| Guzzle\Tests\Http\QueryStringTest::testAllowsFalsyQueryStringValues | ( | ) |
Definition at line 181 of file QueryStringTest.php.
References Guzzle\Http\QueryString\BLANK, and Guzzle\Http\QueryString\fromString().
| Guzzle\Tests\Http\QueryStringTest::testAllowsMultipleValuesPerKey | ( | ) |
Definition at line 107 of file QueryStringTest.php.
References Guzzle\Tests\Http\QueryStringTest\$q.
| Guzzle\Tests\Http\QueryStringTest::testAllowsNestedQueryData | ( | ) |
Definition at line 118 of file QueryStringTest.php.
| Guzzle\Tests\Http\QueryStringTest::testAllowsZeroValues | ( | ) |
Definition at line 207 of file QueryStringTest.php.
| Guzzle\Tests\Http\QueryStringTest::testConvertsPlusSymbolsToSpaces | ( | ) |
Definition at line 195 of file QueryStringTest.php.
References Guzzle\Http\QueryString\fromString().
| Guzzle\Tests\Http\QueryStringTest::testFromStringDoesntMangleZeroes | ( | ) |
Definition at line 201 of file QueryStringTest.php.
References Guzzle\Http\QueryString\fromString().
| Guzzle\Tests\Http\QueryStringTest::testFromStringDoesntStripTrailingEquals | ( | ) |
Definition at line 219 of file QueryStringTest.php.
References Guzzle\Http\QueryString\fromString().
| Guzzle\Tests\Http\QueryStringTest::testFromStringIgnoresQuestionMark | ( | ) |
Definition at line 189 of file QueryStringTest.php.
References Guzzle\Http\QueryString\fromString().
| Guzzle\Tests\Http\QueryStringTest::testGetFieldSeparator | ( | ) |
Definition at line 22 of file QueryStringTest.php.
| Guzzle\Tests\Http\QueryStringTest::testGetValueSeparator | ( | ) |
Definition at line 27 of file QueryStringTest.php.
| Guzzle\Tests\Http\QueryStringTest::testGuessesIfDuplicateAggregatorShouldBeUsed | ( | ) |
Definition at line 225 of file QueryStringTest.php.
References Guzzle\Http\QueryString\fromString().
| Guzzle\Tests\Http\QueryStringTest::testGuessesIfDuplicateAggregatorShouldBeUsedAndChecksForPhpStyle | ( | ) |
Definition at line 231 of file QueryStringTest.php.
References Guzzle\Http\QueryString\fromString().
| Guzzle\Tests\Http\QueryStringTest::testIsUrlEncoding | ( | ) |
Definition at line 32 of file QueryStringTest.php.
References Guzzle\Http\QueryString\FORM_URLENCODED.
| Guzzle\Tests\Http\QueryStringTest::testParsesQueryStrings | ( | $query, | |
| $data | |||
| ) |
@dataProvider parseQueryProvider
Definition at line 160 of file QueryStringTest.php.
References Guzzle\Http\QueryString\fromString().
| Guzzle\Tests\Http\QueryStringTest::testProperlyDealsWithDuplicateQueryStringValues | ( | ) |
Definition at line 166 of file QueryStringTest.php.
References Guzzle\Http\QueryString\fromString().
| Guzzle\Tests\Http\QueryStringTest::testSetFieldSeparator | ( | ) |
Definition at line 48 of file QueryStringTest.php.
| Guzzle\Tests\Http\QueryStringTest::testSetValueSeparator | ( | ) |
Definition at line 54 of file QueryStringTest.php.
| Guzzle\Tests\Http\QueryStringTest::testToString | ( | ) |
Definition at line 86 of file QueryStringTest.php.
| Guzzle\Tests\Http\QueryStringTest::testUrlEncode | ( | ) |
Definition at line 60 of file QueryStringTest.php.
|
protected |
The query string object to test
Definition at line 15 of file QueryStringTest.php.
Referenced by Guzzle\Tests\Http\QueryStringTest\testAllowsMultipleValuesPerKey().