Skip to content

Commit b4bbd2c

Browse files
committed
Comment expected test result
1 parent 8752a71 commit b4bbd2c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/PackageJsonSynchronizerTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,10 @@ public function testStricterConstraintsAreKeptNonMatchingAreReplaced()
262262
[
263263
'name' => 'symfony/fixture',
264264
'devDependencies' => [
265+
// this satisfies the constraint, so it's kept
265266
'@hotcookies' => '^2',
266-
'@hotdogs' => '2.4.1',
267+
// this was too low, so it's replaced
268+
'@hotdogs' => '^2',
267269
'@symfony/existing-package' => 'file:vendor/symfony/existing-package/Resources/assets',
268270
],
269271
'browserslist' => [

0 commit comments

Comments
 (0)