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

Public Member Functions

 testAbstractsMetaData ()
 
 testAllowsSettingManualSize ()
 
 testCanDetachStream ()
 
 testCanModifyStream ()
 
 testConstructor ()
 
 testConstructorThrowsExceptionOnInvalidArgument ()
 
 testConvertsToString ()
 
 testConvertsToStringAndRestoresCursorPos ()
 
 testDoesNotAttemptToWriteToReadonlyStream ()
 
 testEnsuresSizeIsConsistent ()
 
 testGetSize ()
 
 testIsConsumed ()
 
 testProvidesStreamPosition ()
 
 testRewindIsSeekZero ()
 
 testStreamClosesHandleOnDestruct ()
 
 testWrapsStream ()
 
- 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)
 

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

@group server

See also
Guzzle\Stream\Stream

Definition at line 11 of file StreamTest.php.

Member Function Documentation

◆ testAbstractsMetaData()

Guzzle\Tests\Stream\StreamTest::testAbstractsMetaData ( )

Definition at line 149 of file StreamTest.php.

◆ testAllowsSettingManualSize()

Guzzle\Tests\Stream\StreamTest::testAllowsSettingManualSize ( )

Definition at line 93 of file StreamTest.php.

◆ testCanDetachStream()

Guzzle\Tests\Stream\StreamTest::testCanDetachStream ( )

Definition at line 182 of file StreamTest.php.

◆ testCanModifyStream()

Guzzle\Tests\Stream\StreamTest::testCanModifyStream ( )

Definition at line 40 of file StreamTest.php.

◆ testConstructor()

Guzzle\Tests\Stream\StreamTest::testConstructor ( )

Definition at line 21 of file StreamTest.php.

◆ testConstructorThrowsExceptionOnInvalidArgument()

Guzzle\Tests\Stream\StreamTest::testConstructorThrowsExceptionOnInvalidArgument ( )

@expectedException \InvalidArgumentException

Definition at line 16 of file StreamTest.php.

◆ testConvertsToString()

Guzzle\Tests\Stream\StreamTest::testConvertsToString ( )

Definition at line 59 of file StreamTest.php.

◆ testConvertsToStringAndRestoresCursorPos()

Guzzle\Tests\Stream\StreamTest::testConvertsToStringAndRestoresCursorPos ( )

Definition at line 73 of file StreamTest.php.

◆ testDoesNotAttemptToWriteToReadonlyStream()

Guzzle\Tests\Stream\StreamTest::testDoesNotAttemptToWriteToReadonlyStream ( )

Definition at line 158 of file StreamTest.php.

◆ testEnsuresSizeIsConsistent()

Guzzle\Tests\Stream\StreamTest::testEnsuresSizeIsConsistent ( )

Definition at line 138 of file StreamTest.php.

◆ testGetSize()

Guzzle\Tests\Stream\StreamTest::testGetSize ( )

Definition at line 120 of file StreamTest.php.

References Guzzle\Tests\GuzzleTestCase\getServer().

◆ testIsConsumed()

Guzzle\Tests\Stream\StreamTest::testIsConsumed ( )

Definition at line 83 of file StreamTest.php.

◆ testProvidesStreamPosition()

Guzzle\Tests\Stream\StreamTest::testProvidesStreamPosition ( )

Definition at line 165 of file StreamTest.php.

◆ testRewindIsSeekZero()

Guzzle\Tests\Stream\StreamTest::testRewindIsSeekZero ( )

Definition at line 174 of file StreamTest.php.

◆ testStreamClosesHandleOnDestruct()

Guzzle\Tests\Stream\StreamTest::testStreamClosesHandleOnDestruct ( )

Definition at line 51 of file StreamTest.php.

◆ testWrapsStream()

Guzzle\Tests\Stream\StreamTest::testWrapsStream ( )

Definition at line 103 of file StreamTest.php.


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