Skip to content

Commit

Permalink
Merge pull request #29 from zachleigh/analysis-BMMvDW
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
zachleigh committed Jan 5, 2020
2 parents 99f4fcf + 1d88a4f commit 0c3b1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase.php
Expand Up @@ -10,11 +10,11 @@
use LaravelPropertyBag\tests\Classes\Admin;
use LaravelPropertyBag\tests\Classes\Group;
use LaravelPropertyBag\tests\Classes\Comment;
use Laravel\BrowserKitTesting\TestCase as BaseTestCase;
use LaravelPropertyBag\tests\Migrations\CreatePostsTable;
use LaravelPropertyBag\tests\Migrations\CreateUsersTable;
use LaravelPropertyBag\tests\Migrations\CreateGroupsTable;
use LaravelPropertyBag\tests\Migrations\CreateCommentsTable;
use Laravel\BrowserKitTesting\TestCase as BaseTestCase;

abstract class TestCase extends BaseTestCase
{
Expand Down

0 comments on commit 0c3b1be

Please sign in to comment.