mirror of
https://github.com/getgrav/grav.git
synced 2026-08-05 00:21:03 +02:00
Fix tests
This commit is contained in:
@@ -270,7 +270,7 @@ class FilesystemTest extends \Codeception\TestCase\Test
|
||||
|
||||
protected function _before()
|
||||
{
|
||||
$this->class = new Filesystem();
|
||||
$this->class = Filesystem::getInstance();
|
||||
}
|
||||
|
||||
protected function _after()
|
||||
|
||||
Reference in New Issue
Block a user