zip unit testing

This commit is contained in:
Peter Papp
2021-07-29 09:29:02 +02:00
parent 6a805b03fa
commit 1b893d59ea
4 changed files with 14 additions and 28 deletions
+1 -1
View File
@@ -25,6 +25,6 @@ abstract class TestCase extends BaseTestCase
resolve(CreateDiskDirectoriesAction::class)();
//$this->withoutExceptionHandling();
$this->withoutExceptionHandling();
}
}