-
Notifications
You must be signed in to change notification settings - Fork 333
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
92cb2b8
commit 216d379
Showing
3 changed files
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,8 @@ | |
* | ||
* @package Arcanedev\LogViewer\Http\Routes | ||
* @author ARCANEDEV <[email protected]> | ||
* | ||
* @codeCoverageIgnore | ||
*/ | ||
class LogViewerRoute extends RouteRegister | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,8 @@ | |
* | ||
* @package Arcanedev\LogViewer\Providers | ||
* @author ARCANEDEV <[email protected]> | ||
* | ||
* @codeCoverageIgnore | ||
*/ | ||
class RouteServiceProvider extends ServiceProvider | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,8 @@ | |
* | ||
* @package Arcanedev\LogViewer\Tests | ||
* @author ARCANEDEV <[email protected]> | ||
* | ||
* @todo: Find a way to test the route Classes with testbench (Find another tool if it's impossible). | ||
*/ | ||
class RoutesTest extends TestCase | ||
{ | ||
|