1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +02:00

[ticket/develop/11568] Fix some more tests in 3.1

PHPBB3-11568
This commit is contained in:
Joas Schilling
2013-05-30 13:26:16 +02:00
parent 4f6b12ae1d
commit a36defb10f
3 changed files with 7 additions and 6 deletions

View File

@@ -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')),