Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Jennings committed Feb 21, 2018
1 parent fbb4f3f commit 06f1c38
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions tests/Feature/Frontend/RedirectTest.php
@@ -1,9 +1,6 @@
<?php

use CoasterCms\Models\PageRedirect;
use Illuminate\Foundation\Testing\DatabaseMigrations;
use Illuminate\Foundation\Testing\DatabaseTransactions;
use Illuminate\Foundation\Testing\WithoutMiddleware;

use CoasterCms\Tests\TestCase;

Expand Down
3 changes: 0 additions & 3 deletions tests/Unit/Pagebuilder/DefaultPageBuilderTest.php
Expand Up @@ -6,9 +6,6 @@
use CoasterCms\Models\PageBlockDefault;
use CoasterCms\Tests\Feature\Blocks\Traits\BlockTrait;
use CoasterCms\Tests\TestCase;
use Illuminate\Foundation\Testing\DatabaseMigrations;
use Illuminate\Foundation\Testing\DatabaseTransactions;
use Illuminate\Foundation\Testing\WithoutMiddleware;

class DefaultPageBuilderTest extends TestCase
{
Expand Down

0 comments on commit 06f1c38

Please sign in to comment.