Skip to content

Commit 7fa7aeb

Browse files
Merge branch '2.8' into 3.1
* 2.8: fix test
2 parents dd42d72 + c56f547 commit 7fa7aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/VarDumper/Tests/CliDumperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ public function testThrowingCaster()
316316
%sTemplate.php:%d: """
317317
try {\\n
318318
\$this->display(\$context);\\n
319-
} catch (Exception \$e) {\\n
319+
} catch (%s \$e) {\\n
320320
"""
321321
}
322322
}

0 commit comments

Comments
 (0)