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 15
15
use PHPUnit \Util \ErrorHandler ;
16
16
use Symfony \Bridge \PhpUnit \DeprecationErrorHandler \Configuration ;
17
17
use Symfony \Bridge \PhpUnit \DeprecationErrorHandler \Deprecation ;
18
+ use Symfony \Component \ErrorHandler \DebugClassLoader ;
18
19
19
20
/**
20
21
* Catch deprecation notices and print a summary report at the end of the test suite.
@@ -178,6 +179,9 @@ public function shutdown()
178
179
return ;
179
180
}
180
181
182
+ if (method_exists (DebugClassLoader::class, 'checkClasses ' )) {
183
+ DebugClassLoader::checkClasses ();
184
+ }
181
185
$ currErrorHandler = set_error_handler ('var_dump ' );
182
186
restore_error_handler ();
183
187
Original file line number Diff line number Diff line change 10
10
*/
11
11
12
12
// 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
14
14
15
15
error_reporting (-1 );
16
16
You can’t perform that action at this time.
0 commit comments