Open Journal Systems
3.3.0
|
Public Member Functions | |
testAddsBody () | |
testAddsPostFields () | |
testAppliesProxySettings () | |
testBasicAuthAddsUserAndPassToUrl () | |
testCanCreateCustomStreamClass () | |
testCanDisableSslValidation () | |
testOpensValidStreamByCreatingContext () | |
testOpensValidStreamByPassingContextAndMerging () | |
testUsesSslValidationByDefault () | |
![]() | |
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 () | |
![]() | |
hasSubscriber (HasDispatcherInterface $dispatcher, EventSubscriberInterface $subscriber) | |
Protected Attributes | |
$client | |
$factory | |
Additional Inherited Members | |
![]() | |
static | getServer () |
static | getServiceBuilder () |
static | setMockBasePath ($path) |
static | setServiceBuilder (ServiceBuilderInterface $builder) |
![]() | |
$mockObserver | |
![]() | |
static | $server |
static | $serviceBuilder |
![]() | |
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.