Open Journal Systems  3.3.0
Guzzle\Tests\Stream\PhpStreamRequestFactoryTest Class Reference
Inheritance diagram for Guzzle\Tests\Stream\PhpStreamRequestFactoryTest:
Guzzle\Tests\GuzzleTestCase

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
 

Detailed Description

@group server

See also
\Guzzle\Stream\PhpStreamRequestFactory

Definition at line 13 of file PhpStreamRequestFactoryTest.php.

Member Function Documentation

◆ setUp()

Guzzle\Tests\Stream\PhpStreamRequestFactoryTest::setUp ( )
protected

◆ testAddsBody()

Guzzle\Tests\Stream\PhpStreamRequestFactoryTest::testAddsBody ( )

◆ testAddsPostFields()

Guzzle\Tests\Stream\PhpStreamRequestFactoryTest::testAddsPostFields ( )

◆ testAppliesProxySettings()

Guzzle\Tests\Stream\PhpStreamRequestFactoryTest::testAppliesProxySettings ( )

Definition at line 66 of file PhpStreamRequestFactoryTest.php.

◆ testBasicAuthAddsUserAndPassToUrl()

Guzzle\Tests\Stream\PhpStreamRequestFactoryTest::testBasicAuthAddsUserAndPassToUrl ( )

Definition at line 157 of file PhpStreamRequestFactoryTest.php.

◆ testCanCreateCustomStreamClass()

Guzzle\Tests\Stream\PhpStreamRequestFactoryTest::testCanCreateCustomStreamClass ( )

◆ testCanDisableSslValidation()

Guzzle\Tests\Stream\PhpStreamRequestFactoryTest::testCanDisableSslValidation ( )

Definition at line 127 of file PhpStreamRequestFactoryTest.php.

◆ testOpensValidStreamByCreatingContext()

Guzzle\Tests\Stream\PhpStreamRequestFactoryTest::testOpensValidStreamByCreatingContext ( )

◆ testOpensValidStreamByPassingContextAndMerging()

Guzzle\Tests\Stream\PhpStreamRequestFactoryTest::testOpensValidStreamByPassingContextAndMerging ( )

Definition at line 46 of file PhpStreamRequestFactoryTest.php.

◆ testUsesSslValidationByDefault()

Guzzle\Tests\Stream\PhpStreamRequestFactoryTest::testUsesSslValidationByDefault ( )

Definition at line 142 of file PhpStreamRequestFactoryTest.php.

Field Documentation

◆ $client

Client Guzzle\Tests\Stream\PhpStreamRequestFactoryTest::$client
protected

Definition at line 19 of file PhpStreamRequestFactoryTest.php.

◆ $factory

PhpStreamRequestFactory Guzzle\Tests\Stream\PhpStreamRequestFactoryTest::$factory
protected

Definition at line 25 of file PhpStreamRequestFactoryTest.php.


The documentation for this class was generated from the following file: