We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2daec72 commit f3e6372Copy full SHA for f3e6372
tests/Laravel/CollectionAssertionsTest.php
@@ -23,6 +23,6 @@ public function it_can_validate_contains(): void
23
self::randomString(),
24
]);
25
26
- CollectionAssertions::assertContains($value, $collection);
+ CollectionAssertions::assertContains($collection, $value);
27
}
28
0 commit comments