Open Journal Systems  3.3.0
Guzzle\Tests\Http\IoEmittingEntityBodyTest Class Reference
Inheritance diagram for Guzzle\Tests\Http\IoEmittingEntityBodyTest:
Guzzle\Tests\GuzzleTestCase

Public Member Functions

 setUp ()
 
 testEmitsReadEvents ()
 
 testEmitsWriteEvents ()
 
- 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 Attributes

 $body
 
 $decorated
 

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
 

Detailed Description

See also
Guzzle\Http\IoEmittingEntityBody

Definition at line 11 of file IoEmittingEntityBodyTest.php.

Member Function Documentation

◆ setUp()

Guzzle\Tests\Http\IoEmittingEntityBodyTest::setUp ( )

Definition at line 16 of file IoEmittingEntityBodyTest.php.

References Guzzle\Http\EntityBody\factory().

◆ testEmitsReadEvents()

Guzzle\Tests\Http\IoEmittingEntityBodyTest::testEmitsReadEvents ( )

Definition at line 22 of file IoEmittingEntityBodyTest.php.

◆ testEmitsWriteEvents()

Guzzle\Tests\Http\IoEmittingEntityBodyTest::testEmitsWriteEvents ( )

Definition at line 34 of file IoEmittingEntityBodyTest.php.

Field Documentation

◆ $body

Guzzle\Tests\Http\IoEmittingEntityBodyTest::$body
protected

Definition at line 13 of file IoEmittingEntityBodyTest.php.

◆ $decorated

Guzzle\Tests\Http\IoEmittingEntityBodyTest::$decorated
protected

Definition at line 14 of file IoEmittingEntityBodyTest.php.


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