php unit fixes

This commit is contained in:
Peter Papp
2021-07-22 17:39:01 +02:00
parent fffede1c10
commit 03fc533848
5 changed files with 133 additions and 166 deletions

View File

@@ -25,6 +25,6 @@ abstract class TestCase extends BaseTestCase
resolve(CreateDiskDirectoriesAction::class)();
$this->withoutExceptionHandling();
//$this->withoutExceptionHandling();
}
}