|
@@ -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.