Build: #209 was successful Changes by nicofuma

Stages & jobs

  1. Default Stage

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
40 minutes
Labels
None
Revision
35962a0508b18911cc861d4683ed17400eafa53a 35962a0508b18911cc861d4683ed17400eafa53a
Total tests
6683
Successful since
#194 ()

Tests

  • 0 New failures
  • 0 Existing failures
  • 0 Fixed

Code commits

Author Commit Message Commit date
nicofuma nicofuma 35962a0508b18911cc861d4683ed17400eafa53a 35962a0508b18911cc861d4683ed17400eafa53a Merge pull request #4862 from rxu/ticket/14972-new
[ticket/14972] PHP 7.2 compatibility

* github.com:phpbb/phpbb:
  [ticket/14972] Temporarily pull PHP nightly build out of allowed tests failures
  [ticket/14972] replace all occurrences of sizeof() with the count()
  [ticket/14972] Fix find_key_index method
  [ticket/14972] Update tests matrix to reflect bumping PHP version requirement
  [ticket/14972] Fix test_collection_with_mask test
  [ticket/14972] Avoid using self as constant in tests
  [ticket/14972] Fix create_insert_array() declaration in admin_activate_user
  [ticket/14972] Fix use of deprecated media attachment constants
  [ticket/14972] Migrate from deprecated getMock() method to createMock()
  [ticket/14972] Fix sizeof calls
  [ticket/14972] Bump PHP requirements to 5.6. Update dependencies.
rxu rxu 765768f139b198186302ae37838f168432542029 m 765768f139b198186302ae37838f168432542029 [ticket/14972] Temporarily pull PHP nightly build out of allowed tests failures
PHPBB3-14972
rxu rxu 797234e416c40cd602f9ee46d63bff53de303800 m 797234e416c40cd602f9ee46d63bff53de303800 [ticket/14972] replace all occurrences of sizeof() with the count()
PHPBB3-14972
rxu rxu 67a65e37884ed0b40c8bc6d0b9b0e2f0d1889194 m 67a65e37884ed0b40c8bc6d0b9b0e2f0d1889194 [ticket/14972] Fix find_key_index method
PHPBB3-14972
rxu rxu 0552666cf58c46f14324593ea6862d47efaedf40 m 0552666cf58c46f14324593ea6862d47efaedf40 [ticket/14972] Fix test_collection_with_mask test
In PHP 7.2, the severity of the message “Use of undefined constant” was raised
from E_NOTICE to E_WARNING, so calling $array[ITEM] causes warning caught by
error collector. Use undefined offset notice to get an empty message as such.

PHPBB3-14972

Jira issues

IssueDescriptionStatus
Unknown Issue TypePHPBB3-14972Could not obtain issue details from Jira