![]() |
App Engine PHP SDK
v1 rev.445
The PHP runtime is available as an experimental Preview feature.
|
Public Member Functions | |
throwsException ($exception, $errorNumber) | |
testRPCFailedError () | |
testCallNotFoundError () | |
testArgumentError () | |
testDeadlineExceededError () | |
testCancelledError () | |
testApplicationError () | |
testError () | |
testOverQuotaError () | |
testRequestTooLargeError () | |
testCapabilityDisabledError () | |
testFeatureNotEnabledError () | |
testResponseTooLargeError () | |
Unittest for ApiProxy class.
ApiProxyTest::testRPCFailedError | ( | ) |
Tests for each exception/error value combination.
ApiProxyTest::throwsException | ( | $exception, | |
$errorNumber | |||
) |
Checks that an expected exception corresponds to a given error value (via the ApiProxyBase lookup table).