diff --git a/Tests/PolyfilledTestCase.php b/Tests/PolyfilledTestCase.php index f16adeef..68f33b88 100644 --- a/Tests/PolyfilledTestCase.php +++ b/Tests/PolyfilledTestCase.php @@ -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. @@ -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. diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 78108e0d..34bd3a2f 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -27,7 +27,7 @@