Tests pending pull requests
Build: #7909 failed
Job: Build and Test Job failed
upload with data set #1: Test case result
The below summarizes the result of the test " upload with data set #1" in build 7,909 of phpBB3 - Pull Requests - Build and Test Job.
- Description
- upload with data set #1
- Test class
- phpbb_attachment_upload_test::test_upload
- Method
- test_upload with data set #1
- Duration
- < 1 sec
- Status
- Failed (New Failure)
Error Log
phpbb_attachment_upload_test::test_upload with data set #1 ('foobar', 1, true, array('foobar.jpg', 'jpg', 100), array(array('NOT_UPLOADED', 'The image file you tried to a...valid.'), false, 1))
Failed asserting that Array &0 (
'error' => Array &1 (
0 => 'NOT_UPLOADED'
1 => 'The image file you tried to attach is invalid.'
)
'post_attach' => false
'thumbnail' => 0
'filesize' => 100
'mimetype' => 'jpg'
'extension' => 'jpg'
'physical_filename' => '_a28fae6f13b449b1d20141fcea84d0d6'
'real_filename' => 'foobar.jpg'
'filetime' => 1518074663
) is identical to Array &0 (
'error' => Array &1 (
0 => 'NOT_UPLOADED'
1 => 'The image file you tried to attach is invalid.'
)
'post_attach' => false
'thumbnail' => 1
).
/data/tests/attachment/upload_test.php:209

