Skip to content

Commit

Permalink
[MultiDomainBundle] replaced the AbstractPrependableExtensionTestCase
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Zentjens committed Feb 1, 2019
1 parent 248042c commit 4591421
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
namespace Kunstmaan\MultiDomainBundle\Tests\DependencyInjection;

use Kunstmaan\MultiDomainBundle\DependencyInjection\KunstmaanMultiDomainExtension;
use Matthias\SymfonyDependencyInjectionTest\PhpUnit\AbstractExtensionTestCase;
use Symfony\Component\DependencyInjection\Extension\ExtensionInterface;
use Kunstmaan\AdminBundle\Tests\unit\AbstractPrependableExtensionTestCase;

/**
* Class KunstmaanMultiDomainExtensionTest
*/
class KunstmaanMultiDomainExtensionTest extends AbstractPrependableExtensionTestCase
class KunstmaanMultiDomainExtensionTest extends AbstractExtensionTestCase
{
/**
* @return ExtensionInterface[]
Expand Down

0 comments on commit 4591421

Please sign in to comment.