Skip to content

Commit

Permalink
Disable HTML5 parser
Browse files Browse the repository at this point in the history
  • Loading branch information
scheb committed Nov 4, 2023
1 parent ffc7eb7 commit 9515051
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public function setUp(): void
$this->resetSqliteDatabase();

$this->client = static::createClient();
$this->client->useHtml5Parser(false); // Not necessary, otherwise we'd need to install masterminds/html5
$this->client->setServerParameter('REMOTE_ADDR', self::DEFAULT_IP_ADDRESS);
$this->followRedirects(true);

Expand Down

0 comments on commit 9515051

Please sign in to comment.