Skip to content

Commit b95217d

Browse files
authored
Update ResolvesDumpSourceTest.php
1 parent a4f4d2d commit b95217d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/Foundation/Concerns/ResolvesDumpSourceTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace Illuminate\Tests\Foundation\Configuration;
44

5-
use Illuminate\Auth\AuthManager;
65
use Illuminate\Config\Repository as Config;
76
use Illuminate\Container\Container;
87
use Illuminate\Foundation\Concerns\ResolvesDumpSource;
@@ -14,8 +13,6 @@ protected function setUp(): void
1413
{
1514
$container = Container::setInstance(new Container);
1615

17-
$this->auth = new AuthManager($container);
18-
1916
$container->singleton('config', function () {
2017
return $this->createConfig();
2118
});

0 commit comments

Comments
 (0)