Skip to content

Commit

Permalink
Merge pull request #1496 from gabriel-caruso/patch-1
Browse files Browse the repository at this point in the history
Update TestCase with PSR-2.
  • Loading branch information
yajra authored Nov 11, 2017
2 parents 81f8fc1 + 45e0022 commit 716a4de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
use Yajra\DataTables\Tests\Models\Role;
use Yajra\DataTables\Tests\Models\User;
use Illuminate\Database\Schema\Blueprint;
use Orchestra\Testbench\TestCase as BaseTestCase;

abstract class TestCase extends \Orchestra\Testbench\TestCase
abstract class TestCase extends BaseTestCase
{
protected function setUp()
{
Expand Down

0 comments on commit 716a4de

Please sign in to comment.