We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb0559e commit d48549bCopy full SHA for d48549b
Tests/Controller/EmptyConfTest.php
@@ -16,7 +16,7 @@ public function testUndefinedConfManager()
16
{
17
$this->getManagerPage();
18
$this->assertStringContainsString(
19
- 'Please define a "dir" or a "service" parameter in your config.yml',
+ 'Please define a "dir" or a "service" parameter in your config.yml',
20
$this->client->getResponse()->getContent()
21
);
22
$this->assertSame(
0 commit comments