Completed
Pull Request — 8.x-1.x (#29)
by Devin
02:21
created
src/Tests/UrlEmbedDialogTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -66,9 +66,9 @@
 block discarded – undo
66 66
   public function getEmbedDialog($filter_format_id = NULL, $embed_button_id = NULL) {
67 67
     $url = 'url-embed/dialog';
68 68
     if (!empty($filter_format_id)) {
69
-      $url .= '/' . $filter_format_id;
69
+      $url .= '/'.$filter_format_id;
70 70
       if (!empty($embed_button_id)) {
71
-        $url .= '/' . $embed_button_id;
71
+        $url .= '/'.$embed_button_id;
72 72
       }
73 73
     }
74 74
     return $this->drupalGet($url);
Please login to merge, or discard this patch.