remove the warning

This commit is contained in:
Mert Aşan
2021-09-24 13:55:16 +03:00
parent fec11928cf
commit da258fa89f
2 changed files with 0 additions and 17 deletions

View File

@ -39,16 +39,6 @@ it('failures', function () {
);
})->throws(ExpectationFailedException::class, 'true is false');
it('adds a warning if no match is found', function () {
expect(true)
->match('bar', [
'foo' => function ($value) {
return $value->toBeFalse();
},
]
);
});
it('runs with truthy', function () {
expect('foo')
->match(1, [