From 5dbd11dc7df00f64241002b4b75a882beacf88c9 Mon Sep 17 00:00:00 2001 From: Firetawnyowl Date: Tue, 7 May 2024 11:34:09 +0300 Subject: [PATCH] delete commented method --- tests/MapperTest.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/MapperTest.php b/tests/MapperTest.php index 8291758..a82ba3c 100644 --- a/tests/MapperTest.php +++ b/tests/MapperTest.php @@ -51,11 +51,6 @@ public function testCache() $this->assertCount($freshCounter - 4, $this->middleware->data); } - // public function testSpaceGetFormat() - // { - - // } - public function testDifferentIndexPartConfiguration() { $mapper = $this->createMapper();