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

Commit 511d872

Browse files
NaktibaldaDavertMik
authored andcommitted
Fixed Dumper name in 7.0 branch (#17)
1 parent 635b5b9 commit 511d872

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
@@ -430,7 +430,7 @@ public function addFailure(\PHPUnit\Framework\Test $test, \PHPUnit\Framework\Ass
430430
}
431431
}
432432

433-
$yaml = new Symfony\Component\Yaml\Dumper;
433+
$yaml = new \Symfony\Component\Yaml\Dumper;
434434

435435
$this->write(
436436
sprintf(

0 commit comments

Comments
 (0)