We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d70eff4 commit 36c2eb4Copy full SHA for 36c2eb4
tests/TestCase.php
@@ -3,6 +3,7 @@
3
namespace SebastiaanLuca\BooleanDates\Tests;
4
5
use Orchestra\Testbench\TestCase as BaseTestCase;
6
+use SebastiaanLuca\BooleanDates\BooleanDatesServiceProvider;
7
8
class TestCase extends BaseTestCase
9
{
@@ -11,10 +12,10 @@ class TestCase extends BaseTestCase
11
12
*
13
* @return array
14
*/
- protected function getPackageProviders($app)
15
+ protected function getPackageProviders($app) : array
16
17
return [
- //
18
+ BooleanDatesServiceProvider::class,
19
];
20
}
21
0 commit comments