mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 02:06:32 +02:00
[ticket/13904] Set properties to protected where possible in filespec
PHPBB3-13904
This commit is contained in:
@@ -202,7 +202,7 @@ class phpbb_fileupload_test extends phpbb_test_case
|
||||
$file = $upload->handle_upload('files.types.local', $this->path . 'jpg.jpg');
|
||||
$this->assertEquals(0, sizeof($file->error));
|
||||
$this->assertFalse($file->move_file('../tests/upload/fixture'));
|
||||
$this->assertFalse($file->file_moved);
|
||||
$this->assertFalse($file->get('file_moved'));
|
||||
$this->assertEquals(1, sizeof($file->error));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user