Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit e18f3ea

Browse files
NaktibaldaDavertMik
authored andcommitted
Fixed Dumper name in 6.0 branch (#18)
1 parent d020db3 commit e18f3ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/phpunit5-loggers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ public function addFailure(\PHPUnit\Framework\Test $test, \PHPUnit\Framework\Ass
428428
}
429429
}
430430

431-
$yaml = new Symfony\Component\Yaml\Dumper;
431+
$yaml = new \Symfony\Component\Yaml\Dumper;
432432

433433
$this->write(
434434
sprintf(

0 commit comments

Comments
 (0)