mirror of
https://github.com/getgrav/grav.git
synced 2026-02-28 01:21:30 +01:00
remove a debug
This commit is contained in:
@@ -72,7 +72,6 @@ class SchedulerTest extends \Codeception\Test\Unit
|
||||
$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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user