Open Journal Systems
3.3.0
|
Public Member Functions | |
testBadResponseException () | |
testCreatesClientErrorExceptionOnClientError () | |
testCreatesGenericErrorExceptionOnError () | |
testCreatesServerErrorExceptionOnServerError () | |
testRequestException () | |
![]() | |
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 | getServer () |
static | getServiceBuilder () |
static | setMockBasePath ($path) |
static | setServiceBuilder (ServiceBuilderInterface $builder) |
![]() | |
$mockObserver | |
![]() | |
static | $server |
static | $serviceBuilder |
![]() | |
hasSubscriber (HasDispatcherInterface $dispatcher, EventSubscriberInterface $subscriber) | |
![]() | |
static | $mockBasePath |
Definition at line 10 of file paymethod/paypal/lib/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Exception/ExceptionTest.php.
Guzzle\Tests\Http\Exception\ExceptionTest::testBadResponseException | ( | ) |
Definition at line 26 of file paymethod/paypal/lib/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Exception/ExceptionTest.php.
Guzzle\Tests\Http\Exception\ExceptionTest::testCreatesClientErrorExceptionOnClientError | ( | ) |
Definition at line 48 of file paymethod/paypal/lib/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Exception/ExceptionTest.php.
References Guzzle\Http\Exception\BadResponseException\factory().
Guzzle\Tests\Http\Exception\ExceptionTest::testCreatesGenericErrorExceptionOnError | ( | ) |
Definition at line 37 of file paymethod/paypal/lib/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Exception/ExceptionTest.php.
References Guzzle\Http\Exception\BadResponseException\factory().
Guzzle\Tests\Http\Exception\ExceptionTest::testCreatesServerErrorExceptionOnServerError | ( | ) |
Definition at line 59 of file paymethod/paypal/lib/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Exception/ExceptionTest.php.
References Guzzle\Http\Exception\BadResponseException\factory().
Guzzle\Tests\Http\Exception\ExceptionTest::testRequestException | ( | ) |
Definition at line 15 of file paymethod/paypal/lib/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Exception/ExceptionTest.php.