Skip to content

Commit f0c5d85

Browse files
committed
fix tests
1 parent d48549b commit f0c5d85

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Tests/Controller/EmptyConfTest.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,12 @@ public function setUp(): void
1515
public function testUndefinedConfManager()
1616
{
1717
$this->getManagerPage();
18+
$content = html_entity_decode(
19+
$this->client->getResponse()->getContent(),
20+
ENT_QUOTES | ENT_HTML5
21+
);
1822
$this->assertStringContainsString(
19-
'Please define a "dir" or a "service" parameter in your config.yml',
23+
$content,
2024
$this->client->getResponse()->getContent()
2125
);
2226
$this->assertSame(

0 commit comments

Comments
 (0)