We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 662cdc7 commit f119dfeCopy full SHA for f119dfe
tests/TestingTools/Asserts/ServiceProviderAssertsTest.php
@@ -2,19 +2,10 @@
2
3
namespace Illuminated\Testing\TestingTools\Tests\Asserts;
4
5
-use FixtureServiceProvider;
6
use Illuminated\Testing\TestingTools\Tests\TestCase;
7
8
class ServiceProviderAssertsTest extends TestCase
9
{
10
- protected function getPackageProviders($app)
11
- {
12
- return array_merge(
13
- parent::getPackageProviders($app),
14
- [FixtureServiceProvider::class]
15
- );
16
- }
17
-
18
/** @test */
19
public function it_has_see_registered_alias_assertion()
20
0 commit comments