File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
DependencyInjection/Compiler Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44
55use Bugsnag \BugsnagBundle \Callbacks \UserSettingCallback ;
66use Bugsnag \Report ;
7- use PHPUnit \ Framework \ TestCase ;
7+ use PHPUnit_Framework_TestCase as TestCase ;
88use Symfony \Component \Security \Core \Authentication \Token \Storage \TokenStorageInterface ;
99use Symfony \Component \Security \Core \Authentication \Token \TokenInterface ;
1010use Symfony \Component \Security \Core \Authorization \AuthorizationCheckerInterface ;
Original file line number Diff line number Diff line change 44
55use Bugsnag \BugsnagBundle \DependencyInjection \Compiler \CallbackRegisteringPass ;
66use Bugsnag \Client ;
7- use PHPUnit \ Framework \ TestCase ;
7+ use PHPUnit_Framework_TestCase as TestCase ;
88use Symfony \Component \DependencyInjection \ContainerBuilder ;
99use Symfony \Component \DependencyInjection \Definition ;
1010use Symfony \Component \DependencyInjection \Reference ;
You can’t perform that action at this time.
0 commit comments