Tests pending pull requests

Build: #7917 failed

Job: Build and Test Job failed

Stages & jobs

  1. Build and Test

upload with data set #1: Test case result

The below summarizes the result of the test " upload with data set #1" in build 7,917 of phpBB3 - Pull Requests - Build and Test Job. View test case history
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' => '_693f5669277adcce313802a44eb36d1b'
    'real_filename' => 'foobar.jpg'
    'filetime' => 1518115362
) 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