Skip to content

Commit 9c3c2ac

Browse files
CS
1 parent 4e6c842 commit 9c3c2ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/MatchesSnapshots.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,9 @@ protected function updateSnapshotAndMarkTestIncomplete(Snapshot $snapshot, $actu
129129

130130
protected function rethrowExpectationFailedExceptionWithUpdateSnapshotsPrompt($exception)
131131
{
132-
$newMessage = $exception->getMessage()."\n\n".'Snapshots can be updated by passing `-d --update-snapshots` through PHPUnit\'s CLI arguments.';
132+
$newMessage = $exception->getMessage()."\n\n".
133+
'Snapshots can be updated by passing '.
134+
'`-d --update-snapshots` through PHPUnit\'s CLI arguments.';
133135

134136
$exceptionReflection = new ReflectionObject($exception);
135137

0 commit comments

Comments
 (0)