Completed
Push — 7.5 ( 05f391...b433d9 )
by
unknown
19:31 queued 10s
created
eZ/Bundle/EzPublishRestBundle/Tests/Functional/SearchViewTest.php 2 patches
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -471,6 +471,4 @@
 block discarded – undo
471 471
             self::fail(var_export($jsonResponse));
472 472
         }
473 473
 
474
-        return $jsonResponse->View->Result->count;
475
-    }
476
-}
474
+        return $jsonResponse->View
477 475
\ No newline at end of file
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -471,6 +471,4 @@
 block discarded – undo
471 471
             self::fail(var_export($jsonResponse));
472 472
         }
473 473
 
474
-        return $jsonResponse->View->Result->count;
475
-    }
476
-}
474
+        return $jsonResponse->View
477 475
\ No newline at end of file
Please login to merge, or discard this patch.