File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Fixture/config/autoload-for-enable-display-errors Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6060 // excluded php errors
6161 'exclude-php-errors ' => [
6262 \E_USER_DEPRECATED ,
63- E_NOTICE ,
63+ \ E_NOTICE ,
6464 ],
6565
6666 // show or not error
Original file line number Diff line number Diff line change 397397 // null means use default mvc process
398398 expect ($ actual )->toBeNull ();
399399
400- expect (error_reporting ())->toBe (E_ALL | E_STRICT );
400+ expect (error_reporting ())->toBe (\ E_ALL | \ E_STRICT );
401401 expect (ini_get ('display_errors ' ))->toBe ("0 " );
402402
403403 });
Original file line number Diff line number Diff line change 544544 // null means use default $handler->handle($request)
545545 expect ($ actual )->toBeNull ();
546546
547- expect (error_reporting ())->toBe (E_ALL | E_STRICT );
547+ expect (error_reporting ())->toBe (\ E_ALL | \ E_STRICT );
548548 expect (ini_get ('display_errors ' ))->toBe ("0 " );
549549
550550 });
You can’t perform that action at this time.
0 commit comments