@@ -161,6 +161,7 @@ public function testMerge(): void
161161 $ this ->root ->url () . '/able/fig_3.php ' ,
162162 $ this ->root ->url () . '/able/prune_ripe.php ' ,
163163 $ this ->root ->url () . '/baker/banana.php ' ,
164+ $ this ->root ->url () . '/baker/fig_3.php.txt ' ,
164165 ];
165166
166167 $ this ->assertFileDoesNotExist ($ this ->root ->url () . '/able/fig_3.php ' );
@@ -183,6 +184,7 @@ public function testMergeReplace(): void
183184 $ this ->root ->url () . '/able/fig_3.php ' ,
184185 $ this ->root ->url () . '/able/prune_ripe.php ' ,
185186 $ this ->root ->url () . '/baker/banana.php ' ,
187+ $ this ->root ->url () . '/baker/fig_3.php.txt ' ,
186188 ];
187189
188190 $ result = $ publisher ->addPath ('/ ' )->merge (true );
@@ -200,6 +202,7 @@ public function testMergeCollides(): void
200202 $ this ->root ->url () . '/able/apple.php ' ,
201203 $ this ->root ->url () . '/able/prune_ripe.php ' ,
202204 $ this ->root ->url () . '/baker/banana.php ' ,
205+ $ this ->root ->url () . '/baker/fig_3.php.txt ' ,
203206 ];
204207
205208 mkdir ($ this ->root ->url () . '/able/fig_3.php ' );
0 commit comments