tests: update snapshots

This commit is contained in:
Nuno Maduro
2020-07-18 18:57:14 +02:00
parent 8c60a9fff5
commit c4c768dcaa
2 changed files with 8 additions and 3 deletions

View File

@ -9,7 +9,7 @@ use PHPUnit\Framework\Assert;
/** /**
* @internal * @internal
* *
* @property Expectation not Creates the opposite expectation. * @property Expectation $not Creates the opposite expectation.
*/ */
final class Expectation final class Expectation
{ {

View File

@ -145,6 +145,11 @@
PASS Tests\Expect\toEqual PASS Tests\Expect\toEqual
✓ pass ✓ pass
✓ failures ✓ failures
✓ not failures
PASS Tests\Expect\toEqualCanonicalizing
✓ pass
✓ failures
✓ not failures ✓ not failures
PASS Tests\Expect\toEqualWithDelta PASS Tests\Expect\toEqualWithDelta
@ -332,5 +337,5 @@
WARN Tests\Visual\Success WARN Tests\Visual\Success
- visual snapshot of test suite on success - visual snapshot of test suite on success
Tests: 6 skipped, 195 passed Tests: 6 skipped, 198 passed
Time: 5.27s Time: 5.46s