aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/fileupload_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/fileupload_test.php')
-rw-r--r--tests/functional/fileupload_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/fileupload_test.php b/tests/functional/fileupload_test.php
index ee89836c45..44bb22da8f 100644
--- a/tests/functional/fileupload_test.php
+++ b/tests/functional/fileupload_test.php
@@ -78,7 +78,7 @@ class phpbb_functional_fileupload_test extends phpbb_functional_test_case
// Test 1: Invalid extension
$upload = new fileupload('', array('jpg'), 100);
$file = $upload->remote_upload('http://example.com/image.gif');
- $this->assertEquals('URL_INVALID',$file->error[0]);
+ $this->assertEquals('URL_INVALID', $file->error[0]);
// Test 2: Non-existant file
$upload = new fileupload('', array('jpg'), 100);