|
Open Journal Systems
3.3.0
|
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 |
| Guzzle\Tests\Stream\StreamTest::testAbstractsMetaData | ( | ) |
Definition at line 149 of file StreamTest.php.
| Guzzle\Tests\Stream\StreamTest::testAllowsSettingManualSize | ( | ) |
Definition at line 93 of file StreamTest.php.
| Guzzle\Tests\Stream\StreamTest::testCanDetachStream | ( | ) |
Definition at line 182 of file StreamTest.php.
| Guzzle\Tests\Stream\StreamTest::testCanModifyStream | ( | ) |
Definition at line 40 of file StreamTest.php.
| Guzzle\Tests\Stream\StreamTest::testConstructor | ( | ) |
Definition at line 21 of file StreamTest.php.
| Guzzle\Tests\Stream\StreamTest::testConstructorThrowsExceptionOnInvalidArgument | ( | ) |
@expectedException \InvalidArgumentException
Definition at line 16 of file StreamTest.php.
| Guzzle\Tests\Stream\StreamTest::testConvertsToString | ( | ) |
Definition at line 59 of file StreamTest.php.
| Guzzle\Tests\Stream\StreamTest::testConvertsToStringAndRestoresCursorPos | ( | ) |
Definition at line 73 of file StreamTest.php.
| Guzzle\Tests\Stream\StreamTest::testDoesNotAttemptToWriteToReadonlyStream | ( | ) |
Definition at line 158 of file StreamTest.php.
| Guzzle\Tests\Stream\StreamTest::testEnsuresSizeIsConsistent | ( | ) |
Definition at line 138 of file StreamTest.php.
| Guzzle\Tests\Stream\StreamTest::testGetSize | ( | ) |
Definition at line 120 of file StreamTest.php.
References Guzzle\Tests\GuzzleTestCase\getServer().
| Guzzle\Tests\Stream\StreamTest::testIsConsumed | ( | ) |
Definition at line 83 of file StreamTest.php.
| Guzzle\Tests\Stream\StreamTest::testProvidesStreamPosition | ( | ) |
Definition at line 165 of file StreamTest.php.
| Guzzle\Tests\Stream\StreamTest::testRewindIsSeekZero | ( | ) |
Definition at line 174 of file StreamTest.php.
| Guzzle\Tests\Stream\StreamTest::testStreamClosesHandleOnDestruct | ( | ) |
Definition at line 51 of file StreamTest.php.
| Guzzle\Tests\Stream\StreamTest::testWrapsStream | ( | ) |
Definition at line 103 of file StreamTest.php.