mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-12 10:19:36 +01:00
Show exceptions that occurs occuring tests.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user