Skip to content

Commit 4db18e8

Browse files
committed
ITT: Tests added.
1 parent c6272a3 commit 4db18e8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/TestingTools/Asserts/EloquentAssertsTest.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ public function it_has_eloquent_dates_equals_assertion()
3838
$this->assertEloquentDatesEquals(Post::class, ['publish_at', 'created_at', 'updated_at']);
3939
}
4040

41+
/** @test */
42+
public function it_has_eloquent_dates_not_equals_assertion()
43+
{
44+
$this->assertEloquentDatesNotEquals(Post::class, ['publish_at']);
45+
}
46+
4147
/** @test */
4248
public function it_has_eloquent_touches_equals_assertion()
4349
{

0 commit comments

Comments
 (0)