iso8601()); $action = new DumpDocumentAction(); $result = $action->handle(); $this->assertTrue($result->getStatus() === ActionStatus::PASSED); $this->assertEmpty($local->allFiles()); $this->assertCount(1, $fs->allFiles()); $this->assertDatabaseCount(Dump::class, 1); });