Failed Conditions
Push — master ( fc7301...8aadf7 )
by Matthijs
06:40
created
tests/VDB/Spider/Tests/SpiderTest.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -214,6 +214,10 @@
 block discarded – undo
214 214
         $this->compareUriArray($expected, $this->spider->getDownloader()->getPersistenceHandler());
215 215
     }
216 216
 
217
+    /**
218
+     * @param DiscoveredUri[] $expected
219
+     * @param PersistenceHandler\PersistenceHandlerInterface $actual
220
+     */
217 221
     private function compareUriArray($expected, $actual)
218 222
     {
219 223
         foreach ($actual as $index => $resource) {
Please login to merge, or discard this patch.