Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit ff490a3

Browse files
committed
Fixed test
1 parent e47a2b3 commit ff490a3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tests/AdldapTest.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22

33
namespace Adldap\Laravel\Tests;
44

5+
use Adldap\Laravel\AdldapServiceProvider;
56
use Adldap\Laravel\Exceptions\ConfigurationMissingException;
67
use Illuminate\Support\Facades\App;
7-
use Adldap\Laravel\Facades\Adldap as AdldapFacade;
8-
use Adldap\Adldap;
98

109
class AdldapTest extends FunctionalTestCase
1110
{
@@ -16,8 +15,8 @@ public function testConfigurationNotFoundException()
1615
App::make('adldap');
1716
}
1817

19-
public function testIsBound()
18+
public function testRegistration()
2019
{
21-
20+
$this->assertTrue(app()->register(AdldapServiceProvider::class));
2221
}
2322
}

0 commit comments

Comments
 (0)