Expand test coverage.

This commit is contained in:
James Cole
2017-12-23 17:42:07 +01:00
parent 8bd76d1ff0
commit 08b743ddcb
82 changed files with 1413 additions and 142 deletions

View File

@@ -39,6 +39,7 @@ use Log;
class EventServiceProvider extends ServiceProvider
{
/**
* @CodeCoverageIgnore
* The event listener mappings for the application.
*
* @var array
@@ -82,6 +83,7 @@ class EventServiceProvider extends ServiceProvider
];
/**
* @CodeCoverageIgnore
* Register any events for your application.
*/
public function boot()