Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
patricksamson committed Feb 5, 2017
1 parent 259fffe commit e8576b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"orchestra/testbench": "~3.0",
"satooshi/php-coveralls": "~1.0"
},
"autoload": {
Expand Down
4 changes: 1 addition & 3 deletions tests/Feature/TableRenderingTest.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php

use Orchestra\Testbench\BrowserKit\TestCase;

class TableRenderingTest extends TestCase
class TableRenderingTest extends Orchestra\Testbench\TestCase
{
protected $dummyTable;

Expand Down

0 comments on commit e8576b0

Please sign in to comment.