Test Failed
Push — master ( c33ad8...25b8d1 )
by Pavel
17:30 queued 06:24
created
Tests/AccessTest.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -19,6 +19,10 @@
 block discarded – undo
19 19
         $this->doRequest('/api/entity/my-entity/search', 'GET', []);
20 20
     }
21 21
 
22
+    /**
23
+     * @param string $path
24
+     * @param string $method
25
+     */
22 26
     private function doRequest($path, $method, array $args = [])
23 27
     {
24 28
         $client = self::createClient();
Please login to merge, or discard this patch.