Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
rap2hpoutre committed Sep 5, 2018
1 parent 5d098cd commit d50a6d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
/vendor
composer.lock
/.idea
/build
Expand Up @@ -2,15 +2,13 @@

namespace Rap2hpoutre\LaravelLogViewer;

require __DIR__ . '/../vendor/autoload.php';

use Orchestra\Testbench\TestCase as OrchestraTestCase;

/**
* Class TestLaravelLogViewer
* Class LaravelLogViewerTest
* @package Rap2hpoutre\LaravelLogViewer
*/
class TestLaravelLogViewer extends OrchestraTestCase
class LaravelLogViewerTest extends OrchestraTestCase
{

public function setUp()
Expand Down

0 comments on commit d50a6d3

Please sign in to comment.