File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 3636use Guanguans \LaravelExceptionNotify \Pipes \ReplaceStrPipe ;
3737use Guanguans \LaravelExceptionNotify \Pipes \ToHtmlPipe ;
3838use Guanguans \LaravelExceptionNotify \Pipes \ToMarkdownPipe ;
39+ use Mockery \Adapter \Phpunit \MockeryPHPUnitIntegration ;
3940use Symfony \Component \VarDumper \Test \VarDumperTestTrait ;
4041
4142/**
4546 */
4647class TestCase extends \Orchestra \Testbench \TestCase
4748{
49+ use MockeryPHPUnitIntegration;
4850 use VarDumperTestTrait;
4951
5052 protected function tearDown (): void
5153 {
52- parent ::tearDown ();
53- if ($ container = \Mockery::getContainer ()) {
54- $ this ->addToAssertionCount ($ container ->mockery_getExpectationCount ());
55- }
56-
5754 \Mockery::close ();
55+ parent ::tearDown ();
5856 }
5957
6058 protected function getPackageProviders ($ app ): array
You can’t perform that action at this time.
0 commit comments