Completed
Push — 6.13 ( d8f059...2d8437 )
by
unknown
19:37
created
eZ/Bundle/EzPublishRestBundle/Tests/Functional/ViewTest.php 2 patches
Doc Comments   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -180,7 +180,4 @@
 block discarded – undo
180 180
                 '/api/ezp/v2/content/locations/1/2',
181 181
                 $contentData->remoteId
182 182
             );
183
-            self::$createdContentRemoteIds[] = $contentData->remoteId;
184
-        }
185
-    }
186
-}
183
+            self::$createdContentRemoteIds[] = $contentData->remoteId
187 184
\ No newline at end of file
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -180,7 +180,4 @@
 block discarded – undo
180 180
                 '/api/ezp/v2/content/locations/1/2',
181 181
                 $contentData->remoteId
182 182
             );
183
-            self::$createdContentRemoteIds[] = $contentData->remoteId;
184
-        }
185
-    }
186
-}
183
+            self::$createdContentRemoteIds[] = $contentData->remoteId
187 184
\ No newline at end of file
Please login to merge, or discard this patch.