mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-02 17:25:05 +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
|
@ -61,10 +61,12 @@ class ApplicationAvailabilityFunctionalTest extends WebTestCase
|
|||
$url = '/en'.$url;
|
||||
|
||||
//Try to access pages with admin, because he should be able to view every page!
|
||||
static::ensureKernelShutdown();
|
||||
$client = static::createClient([], [
|
||||
'PHP_AUTH_USER' => 'admin',
|
||||
'PHP_AUTH_PW' => 'test',
|
||||
]);
|
||||
$client->catchExceptions(false);
|
||||
|
||||
$client->request('GET', $url);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue