aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/fileupload_form_test.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-05-30 13:26:16 +0200
committerJoas Schilling <nickvergessen@gmx.de>2013-05-30 13:26:16 +0200
commita36defb10fd8962d6073bfafd0cab1b7e15fbbda (patch)
tree58560c2c3c82b04d195d6cfaf1b706aa765e22ea /tests/functional/fileupload_form_test.php
parent4f6b12ae1d4b9ac681efff0651a0007fed6942b6 (diff)
downloadforums-a36defb10fd8962d6073bfafd0cab1b7e15fbbda.tar
forums-a36defb10fd8962d6073bfafd0cab1b7e15fbbda.tar.gz
forums-a36defb10fd8962d6073bfafd0cab1b7e15fbbda.tar.bz2
forums-a36defb10fd8962d6073bfafd0cab1b7e15fbbda.tar.xz
forums-a36defb10fd8962d6073bfafd0cab1b7e15fbbda.zip
[ticket/develop/11568] Fix some more tests in 3.1
PHPBB3-11568
Diffstat (limited to 'tests/functional/fileupload_form_test.php')
-rw-r--r--tests/functional/fileupload_form_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/fileupload_form_test.php b/tests/functional/fileupload_form_test.php
index 2abea86077..998c402fa3 100644
--- a/tests/functional/fileupload_form_test.php
+++ b/tests/functional/fileupload_form_test.php
@@ -32,7 +32,7 @@ class phpbb_functional_fileupload_form_test extends phpbb_functional_test_case
'error' => UPLOAD_ERR_OK,
);
- $crawler = $this->client->request(
+ $crawler = self::$client->request(
'POST',
'posting.php?mode=reply&f=2&t=1&sid=' . $this->sid,
array('add_file' => $this->lang('ADD_FILE')),