Skip to content

Commit 00721ba

Browse files
committed
Docs: minor fixes
... picked up along the way.
1 parent 6f43163 commit 00721ba

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Tests/PolyfilledTestCase.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ abstract class PolyfilledTestCase extends UtilityMethodTestCase
7979
}
8080
} elseif (\version_compare(Autoload::VERSION, '2.0.0', '>=')) {
8181
/**
82-
* Abstract utility method base test case which includes all available polyfills (PHPUnit Polyfills 2.x compaible).
82+
* Abstract utility method base test case which includes all available polyfills (PHPUnit Polyfills 2.x compatible).
8383
*
8484
* This test case includes all polyfills from the PHPUnit Polyfill library to make them
8585
* available to the tests.
@@ -116,7 +116,7 @@ abstract class PolyfilledTestCase extends UtilityMethodTestCase
116116
}
117117
} else {
118118
/**
119-
* Abstract utility method base test case which includes all available polyfills (PHPUnit Polyfills 1.x compaible).
119+
* Abstract utility method base test case which includes all available polyfills (PHPUnit Polyfills 1.x compatible).
120120
*
121121
* This test case includes all polyfills from the PHPUnit Polyfill library to make them
122122
* available to the tests.

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<!--
2828
A number of tests need process isolation to allow for recording code coverage on
2929
the setting of function local static variables.
30-
However, using process isolation runs into trouble with PHPUnit 4.x/PHPCS 2.6.0.
30+
However, using process isolation runs into trouble with PHPUnit 4.x.
3131
Executing these specific tests in a separate testsuite, which is run
3232
before the full test suite, will allow for the code coverage for these methods
3333
to be recorded properly, while still allowing the tests to run on all supported

phpunit10.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<!--
3434
A number of tests need process isolation to allow for recording code coverage on
3535
the setting of function local static variables.
36-
However, using process isolation runs into trouble with PHPUnit 4.x/PHPCS 2.6.0.
36+
However, using process isolation runs into trouble with PHPUnit 4.x.
3737
Executing these specific tests in a separate testsuite, which is run
3838
before the full test suite, will allow for the code coverage for these methods
3939
to be recorded properly, while still allowing the tests to run on all supported

0 commit comments

Comments
 (0)