mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-09 16:59:03 +01:00
Show exceptions that occurs occuring tests.
This commit is contained in:
@@ -63,6 +63,7 @@ class RedirectControllerTest extends WebTestCase
|
||||
'PHP_AUTH_PW' => 'test',
|
||||
]);
|
||||
$this->client->disableReboot();
|
||||
$this->client->catchExceptions(false);
|
||||
$this->em = self::$container->get(EntityManagerInterface::class);
|
||||
$this->userRepo = $this->em->getRepository(User::class);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user