TestResponseAssert
class TestResponseAssert mixin Assert (View source)
internal |
Methods
Pass method calls to the Assert class and decorate the exception message.
Pass static method calls to the Assert class.
Inject additional context from the response into the exception message.
Append an exception to the message of another exception.
Append errors to an exception message.
Append a message to an exception.
Details
static TestResponseAssert
withResponse(TestResponse $response)
Create a new TestResponse assertion helper.
void
__call(string $name, array $arguments)
Pass method calls to the Assert class and decorate the exception message.
static void
__callStatic(string $name, array $arguments)
Pass static method calls to the Assert class.
protected ExpectationFailedException
injectResponseContext(ExpectationFailedException $exception)
Inject additional context from the response into the exception message.
protected ExpectationFailedException
appendExceptionToException(Throwable $exceptionToAppend, ExpectationFailedException $exception)
Append an exception to the message of another exception.
protected ExpectationFailedException
appendErrorsToException(array $errors, ExpectationFailedException $exception, bool $json = false)
Append errors to an exception message.
protected ExpectationFailedException
appendMessageToException(string $message, ExpectationFailedException $exception)
Append a message to an exception.