Skip to content

Commit b0eacf0

Browse files
author
Lasse Lehtinen
committed
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents 60ce916 + 2baa0b8 commit b0eacf0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tests/Unit/Base.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@
88

99
use AaronFrancis\Flaky\Providers\FlakyServiceProvider;
1010
use AaronFrancis\Flaky\Tests\Support\FlakyTestServiceProvider;
11+
use Illuminate\Foundation\Application;
1112
use Orchestra\Testbench\TestCase;
1213

1314
abstract class Base extends TestCase
1415
{
1516
/**
1617
* Define environment setup.
1718
*
18-
* @param \Illuminate\Foundation\Application $app
19+
* @param Application $app
1920
* @return void
2021
*/
2122
protected function getEnvironmentSetup($app) {}

tests/Unit/BasicTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,4 +252,4 @@ public function handles_errors_as_well_as_exceptions()
252252
}
253253
}
254254

255-
class SpecificException extends \Exception {}
255+
class SpecificException extends Exception {}

0 commit comments

Comments
 (0)