Skip to content

Commit 8fb2b32

Browse files
Revert "Sync tests with recent change in phpunit/php-code-coverage"
This reverts commit 7eec044.
1 parent 1e44013 commit 8fb2b32

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

tests/end-to-end/code-coverage/code-coverage.phpt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ Time: %s, Memory: %s MB
2929
OK (3 tests, 3 assertions)
3030

3131

32-
Code Coverage Report:
32+
Code Coverage Report:%w
3333
%s
34-
35-
Summary:
36-
Classes: 50.00% (1/2)
37-
Methods: 50.00% (2/4)
38-
Lines: 50.00% (3/6)
39-
40-
PHPUnit\TestFixture\CodeCoverage\FullyTestedClass
41-
Methods: 100.00% ( 1/ 1) Lines: 100.00% ( 1/ 1)
42-
PHPUnit\TestFixture\CodeCoverage\Method
43-
Methods: 33.33% ( 1/ 3) Lines: 33.33% ( 1/ 3)
34+
%w
35+
%wSummary:%w
36+
%wClasses: 50.00% (1/2)%w
37+
%wMethods: 75.00% (3/4)%w
38+
%wLines: 66.67% (4/6)%w
39+
%w
40+
%wPHPUnit\TestFixture\CodeCoverage\FullyTestedClass%w
41+
%wMethods: 100.00% ( 1/ 1) Lines: 100.00% ( 1/ 1)
42+
%wPHPUnit\TestFixture\CodeCoverage\Method
43+
%wMethods: 66.67% ( 2/ 3) Lines: 66.67% ( 2/ 3)

0 commit comments

Comments
 (0)