Skip to content

Commit e6eaf3f

Browse files
committed
Fixes tests.
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
1 parent bebf784 commit e6eaf3f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/FormBuilderTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22

33
use Mockery as m;
44
use Illuminate\Http\Request;
5+
use Illuminate\Routing\Route;
56
use Illuminate\Session\Store;
67
use PHPUnit\Framework\TestCase;
78
use Collective\Html\FormBuilder;
89
use Collective\Html\HtmlBuilder;
910
use Illuminate\Support\Collection;
1011
use Illuminate\Routing\UrlGenerator;
1112
use Illuminate\Contracts\View\Factory;
12-
use Illuminate\Http\Request;
13-
use Illuminate\Routing\Route;
1413
use Illuminate\Routing\RouteCollection;
1514

1615
class FormBuilderTest extends TestCase

0 commit comments

Comments
 (0)