Skip to content

Commit d48549b

Browse files
committed
fix tests
1 parent bb0559e commit d48549b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Controller/EmptyConfTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function testUndefinedConfManager()
1616
{
1717
$this->getManagerPage();
1818
$this->assertStringContainsString(
19-
'Please define a "dir" or a "service" parameter in your config.yml',
19+
'Please define a "dir" or a "service" parameter in your config.yml',
2020
$this->client->getResponse()->getContent()
2121
);
2222
$this->assertSame(

0 commit comments

Comments
 (0)