From c67587748ee4d7a3badeecc24b7f81daf875f264 Mon Sep 17 00:00:00 2001 From: Mehmet Korkmaz Date: Thu, 20 Dec 2018 04:17:20 +0300 Subject: [PATCH] test fixed --- test/RouterTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/RouterTest.php b/test/RouterTest.php index b09e936..0441047 100644 --- a/test/RouterTest.php +++ b/test/RouterTest.php @@ -105,7 +105,7 @@ public function shouldCacheRoutesSuccessfully() : void $this->request->getUri()->getPath() ); $router = $router->withSubFolder($this->config['folder']) - ->withSubFolder($this->config['cache_file']); + ->withCacheFile($this->config['cache_file']); $router->getRoute(); } /**