We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d098cd commit d50a6d3Copy full SHA for d50a6d3
.gitignore
@@ -1,3 +1,4 @@
1
/vendor
2
composer.lock
3
/.idea
4
+/build
tests/testLaravelLogViewer.php tests/LaravelLogViewerTest.phptests/testLaravelLogViewer.php renamed to tests/LaravelLogViewerTest.php
@@ -2,15 +2,13 @@
namespace Rap2hpoutre\LaravelLogViewer;
5
-require __DIR__ . '/../vendor/autoload.php';
6
-
7
use Orchestra\Testbench\TestCase as OrchestraTestCase;
8
9
/**
10
- * Class TestLaravelLogViewer
+ * Class LaravelLogViewerTest
11
* @package Rap2hpoutre\LaravelLogViewer
12
*/
13
-class TestLaravelLogViewer extends OrchestraTestCase
+class LaravelLogViewerTest extends OrchestraTestCase
14
{
15
16
public function setUp()
0 commit comments