diff --git a/tests/unit/controllers/modules/PostTest.php b/tests/unit/controllers/modules/PostTest.php index 7f95219..c842fc8 100644 --- a/tests/unit/controllers/modules/PostTest.php +++ b/tests/unit/controllers/modules/PostTest.php @@ -81,7 +81,6 @@ public function testAdd(): void */ public function testSave(): void { - $time = time(); $this->assertEquals(2, $this->mod->save(2, [ 'title' => 'Top 5 beaches', 'slug' => 'top-beaches',