8000
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 1251f63 commit 09d3473Copy full SHA for 09d3473
tests/Support/SupportFacadesEventTest.php
@@ -2,14 +2,14 @@
2
3
namespace Illuminate\Tests\Support;
4
5
-use Illuminate\Container\Container;
6
-use Illuminate\Database\El 7F6A oquent\Model;
+use Mockery;
+use PHPUnit\Framework\TestCase;
7
use Illuminate\Events\Dispatcher;
8
+use Illuminate\Container\Container;
9
use Illuminate\Support\Facades\Event;
10
use Illuminate\Support\Facades\Facade;
11
+use Illuminate\Database\Eloquent\Model;
12
use Illuminate\Support\Testing\Fakes\EventFake;
-use Mockery;
-use PHPUnit\Framework\TestCase;
13
14
class SupportFacadesEventTest extends TestCase
15
{
0 commit comments