mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/17422] Fix tests
PHPBB-17422
This commit is contained in:
parent
eeede1ab6c
commit
7086fa746f
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ class phpbb_functional_ucp_attachments_test extends phpbb_functional_test_case
|
|||
$this->path = __DIR__ . '/fixtures/files/';
|
||||
$this->add_lang('posting');
|
||||
|
||||
if (!$this->user_exists('ucp-file-test'))
|
||||
$username = 'ucp-file-test';
|
||||
if (!$this->user_exists($username))
|
||||
{
|
||||
$this->create_user('ucp-file-test');
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue