Prevent PHPDBG from issuing notices in unit tests
authorSeb35 <seb35@seb35.fr>
Mon, 10 Apr 2017 11:32:15 +0000 (13:32 +0200)
committerSeb35 <seb35@seb35.fr>
Mon, 10 Apr 2017 11:32:15 +0000 (13:32 +0200)
commite00f7180b3ce09a33f1e900feb3d42fc4bfdaa42
tree30e925f557b427722fa494e8f176c015122b6449
parent4b7be839091cdc0b4a942532456633fa5b5f3429
Prevent PHPDBG from issuing notices in unit tests

Although issuing PHP notices in unit tests is only a nice-to-have, the cause
is PHPDBG has no special treatment in JobQueueGroup at the contrary of the
PHP SAPI 'cli', and it may be desirable both 'command line SAPIs' have the
same behaviour.

This is the most apparent difference between cli and phpdbg but there could
be a dozen of other occurrences (see bug), potentially creating differences
in unit tests depending on the SAPI.

Bug: T162591
Change-Id: Idf9c14db72f1f768c5a17b49ed689a05922c57d3
includes/jobqueue/JobQueueGroup.php