mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-31 08:14:41 +02:00
Show exceptions that occurs occuring tests.
This commit is contained in:
parent
3866082cb7
commit
445a3ddff6
3 changed files with 4 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue