|
Open Monograph Press
3.3.0
|
Public Member Functions | |
| testAddsBody () | |
| testAddsPostFields () | |
| testAppliesProxySettings () | |
| testBasicAuthAddsUserAndPassToUrl () | |
| testCanCreateCustomStreamClass () | |
| testCanDisableSslValidation () | |
| testOpensValidStreamByCreatingContext () | |
| testOpensValidStreamByPassingContextAndMerging () | |
| testUsesSslValidationByDefault () | |
Public Member Functions inherited from Guzzle\Tests\GuzzleTestCase | |
| addMockedRequest (RequestInterface $request) | |
| assertContainsIns ($needle, $haystack, $message=null) | |
| compareHeaders ($filteredHeaders, $actualHeaders) | |
| getMockedRequests () | |
| getMockResponse ($path) | |
| getWildcardObserver (HasDispatcherInterface $hasDispatcher) | |
| setMockResponse (Client $client, $paths) | |
Protected Member Functions | |
| setUp () | |
Protected Member Functions inherited from Guzzle\Tests\GuzzleTestCase | |
| hasSubscriber (HasDispatcherInterface $dispatcher, EventSubscriberInterface $subscriber) | |
Protected Attributes | |
| $client | |
| $factory | |
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 |
Static Protected Attributes inherited from Guzzle\Tests\GuzzleTestCase | |
| static | $mockBasePath |
@group server
Definition at line 13 of file PhpStreamRequestFactoryTest.php.
|
protected |
Definition at line 27 of file PhpStreamRequestFactoryTest.php.
References Guzzle\Tests\GuzzleTestCase\getServer().
| Guzzle\Tests\Stream\PhpStreamRequestFactoryTest::testAddsBody | ( | ) |
Definition at line 104 of file PhpStreamRequestFactoryTest.php.
References Guzzle\Tests\GuzzleTestCase\getServer().
| Guzzle\Tests\Stream\PhpStreamRequestFactoryTest::testAddsPostFields | ( | ) |
Definition at line 81 of file PhpStreamRequestFactoryTest.php.
References Guzzle\Tests\GuzzleTestCase\getServer().
| Guzzle\Tests\Stream\PhpStreamRequestFactoryTest::testAppliesProxySettings | ( | ) |
Definition at line 66 of file PhpStreamRequestFactoryTest.php.
| Guzzle\Tests\Stream\PhpStreamRequestFactoryTest::testBasicAuthAddsUserAndPassToUrl | ( | ) |
Definition at line 157 of file PhpStreamRequestFactoryTest.php.
| Guzzle\Tests\Stream\PhpStreamRequestFactoryTest::testCanCreateCustomStreamClass | ( | ) |
Definition at line 171 of file PhpStreamRequestFactoryTest.php.
References Guzzle\Tests\GuzzleTestCase\getServer().
| Guzzle\Tests\Stream\PhpStreamRequestFactoryTest::testCanDisableSslValidation | ( | ) |
Definition at line 127 of file PhpStreamRequestFactoryTest.php.
| Guzzle\Tests\Stream\PhpStreamRequestFactoryTest::testOpensValidStreamByCreatingContext | ( | ) |
Definition at line 33 of file PhpStreamRequestFactoryTest.php.
References Guzzle\Tests\GuzzleTestCase\getServer().
| Guzzle\Tests\Stream\PhpStreamRequestFactoryTest::testOpensValidStreamByPassingContextAndMerging | ( | ) |
Definition at line 46 of file PhpStreamRequestFactoryTest.php.
| Guzzle\Tests\Stream\PhpStreamRequestFactoryTest::testUsesSslValidationByDefault | ( | ) |
Definition at line 142 of file PhpStreamRequestFactoryTest.php.
|
protected |
Definition at line 19 of file PhpStreamRequestFactoryTest.php.
|
protected |
Definition at line 25 of file PhpStreamRequestFactoryTest.php.