File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments