We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93e3042 commit 47836faCopy full SHA for 47836fa
src/Test/Unit/Patch/Collector/QualityCollectorTest.php
@@ -223,7 +223,7 @@ public function testInvalidConfiguration()
223
$config = require __DIR__ . '/Fixture/quality_config_invalid.php';
224
225
$expectedExceptionMessage = 'Patch MDVA-2033 has invalid configuration:' .
226
- PHP_EOL . ' - Property \'file\' is not found in \'2.2.0 - 2.2.5\' ' .
+ PHP_EOL . ' - Property \'file\' is not found in \'2.2.0 - 2.2.5\'' .
227
PHP_EOL . ' - Property \'require\' from \'2.2.0 - 2.2.5\' should have an array type' .
228
PHP_EOL . ' - Property \'replaced-with\' from \'2.2.0 - 2.2.5\' should have a string type' .
229
PHP_EOL . ' - Property \'deprecated\' from \'2.2.0 - 2.2.5\' should have a boolean type';
0 commit comments