Skip to content

Commit 963d5d1

Browse files
committed
improve test
1 parent 8749849 commit 963d5d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Unit/Concerns/Asserts/AssertsManyTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ public function test_asserts_many(): void
1616
try {
1717
$object = $this->getAssertsMany();
1818
$object->assertMany(function () {
19+
PHPUnit::assertSame('Foo', 'Foo');
1920
PHPUnit::assertSame('Foo', 'Bar', 'Foo is not Bar');
2021
}, 'The test assertion failed');
2122
} catch (AssertionFailedError $exception) {

0 commit comments

Comments
 (0)