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 7f4994d commit a30505fCopy full SHA for a30505f
tests/Fakes/FakeGlobalShortcutTest.php
@@ -1,9 +1,8 @@
1
<?php
2
3
-use Native\Laravel\Facades\GlobalShortcut;
4
use Native\Laravel\Contracts\GlobalShortcut as GlobalShortcutContract;
+use Native\Laravel\Facades\GlobalShortcut;
5
use Native\Laravel\Fakes\GlobalShortcutFake;
6
-
7
use PHPUnit\Framework\AssertionFailedError;
8
9
use function Pest\Laravel\swap;
@@ -121,4 +120,3 @@
121
120
122
$this->fail('Expected assertion to fail');
123
});
124
0 commit comments