Skip to content

Commit

Permalink
Docs: minor fixes
Browse files Browse the repository at this point in the history
... picked up along the way.
  • Loading branch information
jrfnl committed Sep 7, 2024
1 parent 849f890 commit 5981d50
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Tests/PolyfilledTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ abstract class PolyfilledTestCase extends UtilityMethodTestCase
}
} elseif (\version_compare(Autoload::VERSION, '2.0.0', '>=')) {
/**
* Abstract utility method base test case which includes all available polyfills (PHPUnit Polyfills 2.x compaible).
* Abstract utility method base test case which includes all available polyfills (PHPUnit Polyfills 2.x compatible).
*
* This test case includes all polyfills from the PHPUnit Polyfill library to make them
* available to the tests.
Expand Down Expand Up @@ -116,7 +116,7 @@ abstract class PolyfilledTestCase extends UtilityMethodTestCase
}
} else {
/**
* Abstract utility method base test case which includes all available polyfills (PHPUnit Polyfills 1.x compaible).
* Abstract utility method base test case which includes all available polyfills (PHPUnit Polyfills 1.x compatible).
*
* This test case includes all polyfills from the PHPUnit Polyfill library to make them
* available to the tests.
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<!--
A number of tests need process isolation to allow for recording code coverage on
the setting of function local static variables.
However, using process isolation runs into trouble with PHPUnit 4.x/PHPCS 2.6.0.
However, using process isolation runs into trouble with PHPUnit 4.x.
Executing these specific tests in a separate testsuite, which is run
before the full test suite, will allow for the code coverage for these methods
to be recorded properly, while still allowing the tests to run on all supported
Expand Down
2 changes: 1 addition & 1 deletion phpunit10.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<!--
A number of tests need process isolation to allow for recording code coverage on
the setting of function local static variables.
However, using process isolation runs into trouble with PHPUnit 4.x/PHPCS 2.6.0.
However, using process isolation runs into trouble with PHPUnit 4.x.
Executing these specific tests in a separate testsuite, which is run
before the full test suite, will allow for the code coverage for these methods
to be recorded properly, while still allowing the tests to run on all supported
Expand Down

0 comments on commit 5981d50

Please sign in to comment.