File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1515use PHPUnit \Util \ErrorHandler ;
1616use Symfony \Bridge \PhpUnit \DeprecationErrorHandler \Configuration ;
1717use Symfony \Bridge \PhpUnit \DeprecationErrorHandler \Deprecation ;
18+ use Symfony \Component \ErrorHandler \DebugClassLoader ;
1819
1920/**
2021 * Catch deprecation notices and print a summary report at the end of the test suite.
@@ -178,6 +179,9 @@ public function shutdown()
178179 return ;
179180 }
180181
182+ if (method_exists (DebugClassLoader::class, 'checkClasses ' )) {
183+ DebugClassLoader::checkClasses ();
184+ }
181185 $ currErrorHandler = set_error_handler ('var_dump ' );
182186 restore_error_handler ();
183187
Original file line number Diff line number Diff line change 1010 */
1111
1212// Please update when phpunit needs to be reinstalled with fresh deps:
13- // Cache-Id: 2019-08-09 13 :00 UTC
13+ // Cache-Id: 2019-09-02 16 :00 UTC
1414
1515error_reporting (-1 );
1616
You can’t perform that action at this time.
0 commit comments