Skip to content
This repository was archived by the owner on Dec 12, 2021. It is now read-only.

Commit c675877

Browse files
committed
test fixed
1 parent 22ec50b commit c675877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/RouterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public function shouldCacheRoutesSuccessfully() : void
105105
$this->request->getUri()->getPath()
106106
);
107107
$router = $router->withSubFolder($this->config['folder'])
108-
->withSubFolder($this->config['cache_file']);
108+
->withCacheFile($this->config['cache_file']);
109109
$router->getRoute();
110110
}
111111
/**

0 commit comments

Comments
 (0)