Skip to content

Commit

Permalink
remove a debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Jan 5, 2024
1 parent a0e728b commit b3d55ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/Grav/Common/Scheduler/SchedulerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ public function testIsOverdue($date, $jobs, $status){
$this->scheduler->run($date, false, true);
$this->assertFileExists($this->statusFilePath);
$this->assertFileIsReadable($this->statusFilePath);
dump(file_get_contents($this->statusFilePath));
foreach ($jobs as $id => $job) {
$this->assertStringContainsString($id, file_get_contents($this->statusFilePath));
}
Expand Down

0 comments on commit b3d55ca

Please sign in to comment.