controller refactoring part 20

This commit is contained in:
Peter Papp
2021-07-21 12:22:26 +02:00
parent 3860faf851
commit 91fc7f2d9d
10 changed files with 235 additions and 191 deletions

View File

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