Completed
Push — 8.x-1.x ( 321310...2a7b34 )
by Janez
02:52
created
src/Tests/EntityBrowserUITest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
     $file = File::load(1);
68 68
     // Test entity browser token that has upload location configured to
69 69
     // public://[current-user:account-name]/
70
-    $this->assertEqual($file->getFileUri(), 'public://' . $account->getUsername() . '/' . $file->getFilename(), 'Image has the correct uri.');
70
+    $this->assertEqual($file->getFileUri(), 'public://'.$account->getUsername().'/'.$file->getFilename(), 'Image has the correct uri.');
71 71
   }
72 72
 
73 73
 }
Please login to merge, or discard this patch.