Tests pending pull requests

Build: #7909 failed Manual run by Build Robot

Test results

  • 6,843 tests in total
  • 4 tests failed
  • 4 failures are new
  • 3 minutes taken in total.
New test failures 4
Status Test View job Duration
Collapse Failed phpbb_attachment_upload_test::test_image_upload test_image_upload with data set #1 History
Build and Test Job < 1 sec
phpbb_attachment_upload_test::test_image_upload with data set #1 (false, true, array(), array(array('The image file you tried to a...valid.'), false, 1))
Failed asserting that 0 matches expected 1.

/data/tests/attachment/upload_test.php:425
Collapse Failed phpbb_attachment_upload_test::test_image_upload test_image_upload with data set #0 History
Build and Test Job < 1 sec
phpbb_attachment_upload_test::test_image_upload with data set #0 (false, false, array(), array(array('The image file you tried to a...valid.'), false, 1))
Failed asserting that 0 matches expected 1.

/data/tests/attachment/upload_test.php:425
Collapse Failed phpbb_attachment_upload_test::test_upload test_upload with data set #1 History
Build and Test Job < 1 sec
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
(16 more lines...)
Collapse Failed phpbb_attachment_upload_test::test_upload test_upload with data set #2 History
Build and Test Job < 1 sec
phpbb_attachment_upload_test::test_upload with data set #2 ('foobar', 1, true, array(), array(array('NOT_UPLOADED'), false, 0))
Failed asserting that Array &0 (
    'error' => Array &1 (
        0 => 'NOT_UPLOADED'
    )
    'post_attach' => false
    'thumbnail' => 0
    'filesize' => false
(14 more lines...)