We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e3f0c commit 7ae0b0bCopy full SHA for 7ae0b0b
composer.json
@@ -33,7 +33,7 @@
33
"phar-io/manifest": "^2.0.3",
34
"phar-io/version": "^3.0.2",
35
"phpspec/prophecy": "^1.12.1",
36
- "phpunit/php-code-coverage": "^9.2.12",
+ "phpunit/php-code-coverage": "^9.2.13",
37
"phpunit/php-file-iterator": "^3.0.5",
38
"phpunit/php-invoker": "^3.1.1",
39
"phpunit/php-text-template": "^2.0.3",
src/Runner/PhptTestCase.php
@@ -55,7 +55,7 @@
55
use PHPUnit\Framework\Test;
56
use PHPUnit\Framework\TestResult;
57
use PHPUnit\Util\PHP\AbstractPhpProcess;
58
-use SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData;
+use SebastianBergmann\CodeCoverage\RawCodeCoverageData;
59
use SebastianBergmann\Template\Template;
60
use SebastianBergmann\Timer\Timer;
61
use Throwable;
0 commit comments