We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8749849 commit 963d5d1Copy full SHA for 963d5d1
tests/Unit/Concerns/Asserts/AssertsManyTest.php
@@ -16,6 +16,7 @@ public function test_asserts_many(): void
16
try {
17
$object = $this->getAssertsMany();
18
$object->assertMany(function () {
19
+ PHPUnit::assertSame('Foo', 'Foo');
20
PHPUnit::assertSame('Foo', 'Bar', 'Foo is not Bar');
21
}, 'The test assertion failed');
22
} catch (AssertionFailedError $exception) {
0 commit comments