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.
2 parents c4916f4 + a77bf70 commit f38df9dCopy full SHA for f38df9d
tests/JumpAnchorPluginTest.php
@@ -5,7 +5,6 @@
5
use Backstage\Fields\Plugins\JumpAnchorRichContentPlugin;
6
use Filament\Support\Facades\FilamentAsset;
7
use Illuminate\Support\Facades\Facade;
8
-use Mockery;
9
use PHPUnit\Framework\TestCase;
10
11
class JumpAnchorPluginTest extends TestCase
@@ -39,7 +38,7 @@ protected function setUp(): void
39
38
$app->singleton('translator', function () use ($translator) {
40
return $translator;
41
});
42
-
+
43
Facade::setFacadeApplication($app);
44
}
45
0 commit comments