Skip to content

Commit c94eea4

Browse files
committed
Fix boot kernel in tests
1 parent f4a0d4c commit c94eea4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/Api/AuthenticationTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ class AuthenticationTest extends ApiTestCase
1616

1717
public function testAuthenticationDenied(): void
1818
{
19+
$this::$alwaysBootKernel = false;
20+
1921
static::createClient()->request('POST', '/api/detection_results', [
2022
'headers' => [
2123
'accept' => 'application/json',

0 commit comments

Comments
 (0)