You've already forked php-flasher
mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-04-05 12:32:55 +01:00
fix all tests
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Flasher\Toastr\Laravel\Tests;
|
||||
|
||||
class NotifyToastrServiceProviderTest extends TestCase
|
||||
class FlasherToastrServiceProviderTest extends TestCase
|
||||
{
|
||||
public function testContainerContainNotifyServices()
|
||||
{
|
||||
Reference in New Issue
Block a user