File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 1010
1111class UsedMemoryCheck extends Check
1212{
13-
1413 protected int $ warningThreshold = 70 ;
1514
1615 protected int $ errorThreshold = 90 ;
Original file line number Diff line number Diff line change 11<?php
22
3- declare (strict_types=1 );
3+ declare (strict_types=1 );
44
55use Ziming \LaravelMemoryHealthCheck \UsedMemoryCheck ;
66
Original file line number Diff line number Diff line change 44
55namespace Ziming \LaravelMemoryHealthCheck \Tests ;
66
7- use Illuminate \Database \Eloquent \Factories \Factory ;
87use Orchestra \Testbench \TestCase as Orchestra ;
98use Ziming \LaravelMemoryHealthCheck \LaravelMemoryHealthCheckServiceProvider ;
109
1110class TestCase extends Orchestra
1211{
13-
1412 protected function getPackageProviders ($ app ): array
1513 {
1614 return [
You can’t perform that action at this time.
0 commit comments