Test Setup Failed
Push — master ( d1c94c...4274e1 )
by Matthew
05:58 queued 03:11
created
Tests/Model/WorkerTest.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -46,6 +46,9 @@  discard block
 block discarded – undo
46 46
         $this->failureTest($time, 'later');
47 47
     }
48 48
 
49
+    /**
50
+     * @param string $method
51
+     */
49 52
     public function batchLaterTest($method)
50 53
     {
51 54
         $time = null;
@@ -65,6 +68,9 @@  discard block
 block discarded – undo
65 68
         $this->failureTest($time, 'batchLater');
66 69
     }
67 70
 
71
+    /**
72
+     * @param string $time
73
+     */
68 74
     protected function failureTest($method, $time)
69 75
     {
70 76
         // Test job with object
Please login to merge, or discard this patch.