Skip to content

Commit f38df9d

Browse files
committed
Merge branch 'feat/rich-editor-jump-anchor-plugin' of github.com:backstagephp/fields into feat/rich-editor-jump-anchor-plugin
2 parents c4916f4 + a77bf70 commit f38df9d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/JumpAnchorPluginTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
use Backstage\Fields\Plugins\JumpAnchorRichContentPlugin;
66
use Filament\Support\Facades\FilamentAsset;
77
use Illuminate\Support\Facades\Facade;
8-
use Mockery;
98
use PHPUnit\Framework\TestCase;
109

1110
class JumpAnchorPluginTest extends TestCase
@@ -39,7 +38,7 @@ protected function setUp(): void
3938
$app->singleton('translator', function () use ($translator) {
4039
return $translator;
4140
});
42-
41+
4342
Facade::setFacadeApplication($app);
4443
}
4544
}

0 commit comments

Comments
 (0)