Skip to content

Commit 713a510

Browse files
committed
WIP correction in namespace Test
1 parent 54bc1f4 commit 713a510

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/ExampleTest.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<?php
22

3-
namespace PolymorphicEav\PolymorphicEav\Tests;
3+
namespace DavidWesdijk\LaravelPolymorphicEav\Tests;
44

5+
use DavidWesdijk\LaravelPolymorphicEav\Providers\PolymorphicEavServiceProvider;
56
use Orchestra\Testbench\TestCase;
6-
use PolymorphicEav\PolymorphicEav\PolymorphicEavServiceProvider;
77

88
class ExampleTest extends TestCase
99
{
10-
1110
protected function getPackageProviders($app)
1211
{
1312
return [PolymorphicEavServiceProvider::class];

0 commit comments

Comments
 (0)