wiki.techinc.nl/tests/phpunit/includes/debug
Brad Jorsch 82d525ad78 logger: Produce traces for all Throwables
The code was checking for `Exception` to decide whether to produce traces,
so it wasn't providing them for PHP 7's new Errors. The code itself
works fine with any Throwable.

We have to keep parallel checks for Exception too for the time being,
because HHVM as used in Wikimedia production doesn't have Throwable.

Bug: T187147
Change-Id: Iec8a6718beb7ec09e45e332ee5762d0644ce17ab
2019-05-23 10:39:39 -04:00
..
logger logger: Produce traces for all Throwables 2019-05-23 10:39:39 -04:00
DeprecationHelperTest.php Fix class name handling in DeprecationHelper 2019-04-19 01:09:25 -07:00
MWDebugTest.php Update suppressWarning()/restoreWarning() calls 2018-02-10 08:50:12 +00:00
TestDeprecatedClass.php Add helper trait for deprecating properties 2018-07-18 15:15:46 +02:00
TestDeprecatedSubclass.php Fix class name handling in DeprecationHelper 2019-04-19 01:09:25 -07:00