mirror of
https://github.com/pestphp/pest.git
synced 2026-03-10 17:57:23 +01:00
revert expectation failure message arg back to $message
This commit is contained in:
@ -18,7 +18,7 @@ test('failures', function () use ($obj) {
|
||||
})->throws(ExpectationFailedException::class);
|
||||
|
||||
test('failures with message', function () use ($obj) {
|
||||
expect($obj)->toHaveProperty(name: 'bar', failureMessage: 'oh no!');
|
||||
expect($obj)->toHaveProperty(name: 'bar', message: 'oh no!');
|
||||
})->throws(ExpectationFailedException::class, 'oh no!');
|
||||
|
||||
test('failures with message and Any matcher', function () use ($obj) {
|
||||
|
||||
Reference in New Issue
Block a user