@@ -43,19 +43,7 @@ public function testExistingEntryWithTwoRemoteEntriesResultsInNoChange(): void
4343 $ remote = $ this ->createRemoteFilterListEntry ('vendor/package ' , '1.0.0 ' );
4444 $ result = $ this ->resolver ->resolve ([$ existing ], [$ remote , $ remote ]);
4545
46- $ this ->assertSame ([[], [], false ], $ result );
47- }
48-
49- public function testExistingWithoutIdAssignsNewPublicId (): void
50- {
51- $ existing = new FilterListEntry ($ this ->createRemoteFilterListEntry ('vendor/package ' , '1.0.0 ' ));
52- $ this ->unsetPublicId ($ existing );
53- $ this ->assertNull ($ existing ->getPublicId ());
54- $ remote = $ this ->createRemoteFilterListEntry ('vendor/package ' , '1.0.0 ' );
55- $ result = $ this ->resolver ->resolve ([$ existing ], [$ remote , $ remote ]);
56-
57- $ this ->assertSame ([[], [], true ], $ result );
58- $ this ->assertNotNull ($ existing ->getPublicId ());
46+ $ this ->assertSame ([[], []], $ result );
5947 }
6048
6149 public function testResolveRemoveOldEntry (): void
@@ -98,7 +86,7 @@ public function testResolveEmpty(): void
9886 {
9987 $ result = $ this ->resolver ->resolve ([], []);
10088
101- $ this ->assertSame ([[], [], false ], $ result );
89+ $ this ->assertSame ([[], []], $ result );
10290 }
10391
10492 public function testResolveMultipleVersionsSamePackage (): void
0 commit comments