Skip to content

Commit f119dfe

Browse files
committed
ITT: Fixture service provider always loading.
1 parent 662cdc7 commit f119dfe

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/TestingTools/Asserts/ServiceProviderAssertsTest.php

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

33
namespace Illuminated\Testing\TestingTools\Tests\Asserts;
44

5-
use FixtureServiceProvider;
65
use Illuminated\Testing\TestingTools\Tests\TestCase;
76

87
class ServiceProviderAssertsTest extends TestCase
98
{
10-
protected function getPackageProviders($app)
11-
{
12-
return array_merge(
13-
parent::getPackageProviders($app),
14-
[FixtureServiceProvider::class]
15-
);
16-
}
17-
189
/** @test */
1910
public function it_has_see_registered_alias_assertion()
2011
{

0 commit comments

Comments
 (0)