Skip to content

Commit 992bf37

Browse files
Merge branch '5.1' into 5.x
* 5.1: [Contracts] add branch-aliases for dev-main [Cache] Make Redis initializers static [Messenger] Fixed typos in Connection [CI] Fixed build on AppVeyor Fix tests typo [Lock] Reset Key lifetime time before we acquire it [CI] Silence errors when remove file/dir on test tearDown() Fix tests Remove content-type check on toArray methods
2 parents 911fcb8 + 9a5f1e1 commit 992bf37

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)