Skip to content

Commit 7ae0b0b

Browse files
Revert sync with API change in (now yanked) phpunit/php-code-coverage 9.2.12
1 parent c1e3f0c commit 7ae0b0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"phar-io/manifest": "^2.0.3",
3434
"phar-io/version": "^3.0.2",
3535
"phpspec/prophecy": "^1.12.1",
36-
"phpunit/php-code-coverage": "^9.2.12",
36+
"phpunit/php-code-coverage": "^9.2.13",
3737
"phpunit/php-file-iterator": "^3.0.5",
3838
"phpunit/php-invoker": "^3.1.1",
3939
"phpunit/php-text-template": "^2.0.3",

src/Runner/PhptTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
use PHPUnit\Framework\Test;
5656
use PHPUnit\Framework\TestResult;
5757
use PHPUnit\Util\PHP\AbstractPhpProcess;
58-
use SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData;
58+
use SebastianBergmann\CodeCoverage\RawCodeCoverageData;
5959
use SebastianBergmann\Template\Template;
6060
use SebastianBergmann\Timer\Timer;
6161
use Throwable;

0 commit comments

Comments
 (0)