Tests pending pull requests
Build: #7910 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,910 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 (Existing 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' => '_f99f5df4e21aa6d9ff006c6040efaded' 'real_filename' => 'foobar.jpg' 'filetime' => 1518075927 ) 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