Skip to content

Commit c504231

Browse files
committed
migrated all tests to phpunit 11.5
1 parent b9e607a commit c504231

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
./cc-test-reporter before-build
103103
104104
- name: Run Tests
105-
run: vendor/bin/phpunit --coverage-clover=clover.xml src
105+
run: vendor/bin/phpunit --coverage-clover=clover.xml --path-coverage --include-uncovered-files src
106106

107107
- name: Send coverage to Code Climate
108108
if: env.CC_TEST_REPORTER_ID != ''

phpunit.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@
1515
stopOnFailure="false"
1616
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.0/phpunit.xsd"
1717
>
18-
<coverage
19-
includeUncoveredFiles="true"
20-
pathCoverage="false"
21-
ignoreDeprecatedCodeUnits="false"
22-
disableCodeCoverageIgnore="false"
23-
>
24-
</coverage>
2518
<testsuites>
2619
<testsuite name="Unit">
2720
<directory suffix="Test.php">./tests/Unit</directory>

0 commit comments

Comments
 (0)