diff --git a/src/Symfony/Component/Console/Tests/Formatter/OutputFormatterTest.php b/src/Symfony/Component/Console/Tests/Formatter/OutputFormatterTest.php index 2639b94043c9..e1d8cff47a65 100644 --- a/src/Symfony/Component/Console/Tests/Formatter/OutputFormatterTest.php +++ b/src/Symfony/Component/Console/Tests/Formatter/OutputFormatterTest.php @@ -255,7 +255,7 @@ public function provideDecoratedAndNonDecoratedOutput() array('some comment', 'some comment', "\033[33msome comment\033[39m"), array('some question', 'some question', "\033[30;46msome question\033[39;49m"), array('some text with inline style', 'some text with inline style', "\033[31msome text with inline style\033[39m"), - array('some URL', 'some URL', "\033]8;;idea://open/?file=/path/somefile.php&line=12\033\\some URL\033]8;;\033\\"), + array('some URL', 'some URL', "\033]8;;idea://open/?file=/path/SomeFile.php&line=12\033\\some URL\033]8;;\033\\"), ); }