Skip to content

Commit 47836fa

Browse files
committed
Add support of php 8.4 to cloud-patches
1 parent 93e3042 commit 47836fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Test/Unit/Patch/Collector/QualityCollectorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ public function testInvalidConfiguration()
223223
$config = require __DIR__ . '/Fixture/quality_config_invalid.php';
224224

225225
$expectedExceptionMessage = 'Patch MDVA-2033 has invalid configuration:' .
226-
PHP_EOL . ' - Property \'file\' is not found in \'2.2.0 - 2.2.5\' ' .
226+
PHP_EOL . ' - Property \'file\' is not found in \'2.2.0 - 2.2.5\'' .
227227
PHP_EOL . ' - Property \'require\' from \'2.2.0 - 2.2.5\' should have an array type' .
228228
PHP_EOL . ' - Property \'replaced-with\' from \'2.2.0 - 2.2.5\' should have a string type' .
229229
PHP_EOL . ' - Property \'deprecated\' from \'2.2.0 - 2.2.5\' should have a boolean type';

0 commit comments

Comments
 (0)