Skip to content

Commit 9a5f1e1

Browse files
Nyholmfabpot
authored andcommitted
[CI] Fixed build on AppVeyor
1 parent 54e7c47 commit 9a5f1e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/RouterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ protected function tearDown(): void
3636
{
3737
if (is_dir($this->cacheDir)) {
3838
array_map('unlink', glob($this->cacheDir.\DIRECTORY_SEPARATOR.'*'));
39-
rmdir($this->cacheDir);
39+
@rmdir($this->cacheDir);
4040
}
4141

4242
$this->loader = null;

0 commit comments

Comments
 (0)