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 4db18e8 commit 4da8b01Copy full SHA for 4da8b01
tests/TestingTools/Asserts/EloquentAssertsTest.php
@@ -29,7 +29,7 @@ public function it_has_eloquent_fillable_equals_assertion()
29
/** @test */
30
public function it_has_eloquent_fillable_not_equals_assertion()
31
{
32
- $this->assertEloquentFillableNotEquals(Post::class, ['title', 'body']);
+ $this->assertEloquentFillableNotEquals(Post::class, ['title', 'body', 'publish_at']);
33
}
34
35
0 commit comments