Skip to content

Commit

Permalink
minor style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Fraser committed Jan 30, 2017
1 parent 0c82612 commit ceeae54
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ public function setUp()
{
parent::setUp();
$this->withFactories(__DIR__.'/_data/factories');

}

protected function getPackageProviders($app)
Expand Down
1 change: 0 additions & 1 deletion tests/integration/MetableTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php

use Illuminate\Database\Eloquent\Relations\MorphMany;
use Plank\Metable\Meta;

class MetableTest extends TestCase
Expand Down

0 comments on commit ceeae54

Please sign in to comment.