diff --git a/src/Mutator/ProfileList.php b/src/Mutator/ProfileList.php index 17bdf5407..e6be1c08c 100644 --- a/src/Mutator/ProfileList.php +++ b/src/Mutator/ProfileList.php @@ -465,7 +465,7 @@ final class ProfileList 'BCMath' => Mutator\Extensions\BCMath::class, 'MBString' => Mutator\Extensions\MBString::class, - // Internal only usage + // Internal usage only 'SyntaxError' => Mutator\SyntaxError::class, ]; diff --git a/tests/phpunit/TestFramework/PhpUnit/Adapter/PestAdapterTest.php b/tests/phpunit/TestFramework/PhpUnit/Adapter/PestAdapterTest.php index 69ccfb90d..a9a6577bd 100644 --- a/tests/phpunit/TestFramework/PhpUnit/Adapter/PestAdapterTest.php +++ b/tests/phpunit/TestFramework/PhpUnit/Adapter/PestAdapterTest.php @@ -292,12 +292,11 @@ public function syntaxErrorOutputProvider(): iterable yield ['Tests: 1 risked', false]; yield [ - <<"' -TXT - , + syntax error, unexpected ">"' + TXT, true, ]; }