Skip to content

Commit

Permalink
WIP: test changing Carbon::setTestNow
Browse files Browse the repository at this point in the history
  • Loading branch information
WatheqAlshowaiter committed Aug 24, 2024
1 parent 3d9b31a commit 88a8ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/BackupTablesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public function test_generate_single_table_backup_then_another_table_backup_late
{
dump([5 => __FUNCTION__]);

$dateTime = Carbon::parse("2024-01-01 12:12:08");
$dateTime = Carbon::parse("2024-01-02 12:12:08");
Carbon::setTestNow($dateTime);

$fatherTable = 'fathers';
Expand Down

0 comments on commit 88a8ac9

Please sign in to comment.