From 5981d50442c12291532b1766ae4cfda0b58f49cf Mon Sep 17 00:00:00 2001 From: jrfnl Date: Sat, 7 Sep 2024 18:50:17 +0200 Subject: [PATCH] Docs: minor fixes ... picked up along the way. --- Tests/PolyfilledTestCase.php | 4 ++-- phpunit.xml.dist | 2 +- phpunit10.xml.dist | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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 @@