diff options
author | Marc Alexander <admin@m-a-styles.de> | 2015-07-16 16:30:59 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-09-09 08:28:08 +0200 |
commit | 46e3d8219671e996677be1943a7e3c80f1039693 (patch) | |
tree | 51097a0638fbbb49adbb6b51b76f763b53ffca30 /tests/functional/fileupload_remote_test.php | |
parent | 3e99816fa2f184b859d47308254aa8f07d68f1dd (diff) | |
download | forums-46e3d8219671e996677be1943a7e3c80f1039693.tar forums-46e3d8219671e996677be1943a7e3c80f1039693.tar.gz forums-46e3d8219671e996677be1943a7e3c80f1039693.tar.bz2 forums-46e3d8219671e996677be1943a7e3c80f1039693.tar.xz forums-46e3d8219671e996677be1943a7e3c80f1039693.zip |
[ticket/13904] Add more tests and test cases
PHPBB3-13904
Diffstat (limited to 'tests/functional/fileupload_remote_test.php')
-rw-r--r-- | tests/functional/fileupload_remote_test.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/functional/fileupload_remote_test.php b/tests/functional/fileupload_remote_test.php index a6aa233aaf..1a74b3b498 100644 --- a/tests/functional/fileupload_remote_test.php +++ b/tests/functional/fileupload_remote_test.php @@ -99,6 +99,7 @@ class phpbb_functional_fileupload_remote_test extends phpbb_functional_test_case $file = $upload->handle_upload('remote', self::$root_url . 'styles/prosilver/theme/images/forum_read.gif'); $this->assertEquals(0, sizeof($file->error)); $this->assertTrue(file_exists($file->get('filename'))); + $this->assertTrue($file->is_uploaded()); } public function test_too_large() |