fix all tests

This commit is contained in:
Khoubza Younes
2020-12-06 19:33:03 +01:00
parent 69bbbd9aed
commit 7471fbc181
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -2,7 +2,7 @@
namespace Flasher\Toastr\Laravel;
use Illuminate\Contracts\Support\DeferrableProvider;
use Illuminate\Container\Container;
use Illuminate\Support\ServiceProvider;
use Flasher\Toastr\Laravel\ServiceProvider\ServiceProviderManager;
@@ -31,14 +31,13 @@ final class FlasherToastrServiceProvider extends ServiceProvider
public function provides()
{
return array(
'flasher.factory',
'flasher.factory.toastr',
'flasher.renderer.toastr',
);
}
/**
* @return \Illuminate\Container\Container
* @return Container
*/
public function getApplication()
{
@@ -2,7 +2,7 @@
namespace Flasher\Toastr\Laravel\Tests;
class NotifyToastrServiceProviderTest extends TestCase
class FlasherToastrServiceProviderTest extends TestCase
{
public function testContainerContainNotifyServices()
{