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

Commit

Permalink
test fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorkmaz committed Dec 20, 2018
1 parent 22ec50b commit c675877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/RouterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
/**
Expand Down

0 comments on commit c675877

Please sign in to comment.