Skip to content

Commit d50a6d3

Browse files
committed
rename
1 parent 5d098cd commit d50a6d3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/vendor
22
composer.lock
33
/.idea
4+
/build
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22

33
namespace Rap2hpoutre\LaravelLogViewer;
44

5-
require __DIR__ . '/../vendor/autoload.php';
6-
75
use Orchestra\Testbench\TestCase as OrchestraTestCase;
86

97
/**
10-
* Class TestLaravelLogViewer
8+
* Class LaravelLogViewerTest
119
* @package Rap2hpoutre\LaravelLogViewer
1210
*/
13-
class TestLaravelLogViewer extends OrchestraTestCase
11+
class LaravelLogViewerTest extends OrchestraTestCase
1412
{
1513

1614
public function setUp()

0 commit comments

Comments
 (0)