Merge branch 'master' into php8

This commit is contained in:
El RIDO
2022-11-17 06:04:12 +01:00
44 changed files with 1062 additions and 642 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ class PurgeLimiterTest extends TestCase
mkdir($this->_path);
}
PurgeLimiter::setStore(
Filesystem::getInstance(array('dir' => $this->_path))
new Filesystem(array('dir' => $this->_path))
);
}