Skip to content

Commit 4972586

Browse files
committed
swap abstract test kernel with test kernel
1 parent fafac59 commit 4972586

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/IntegrationTests/ResetPasswordServiceDefinitionTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
use PHPUnit\Framework\TestCase;
1313
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
1414
use Symfony\Component\DependencyInjection\ContainerBuilder;
15-
use SymfonyCasts\Bundle\ResetPassword\Tests\Fixtures\AbstractResetPasswordTestKernel;
15+
use SymfonyCasts\Bundle\ResetPassword\Tests\ResetPasswordTestKernel;
1616

1717
/**
1818
* @author Jesse Rushlow <[email protected]>
@@ -71,7 +71,7 @@ public function process(ContainerBuilder $container)
7171
/**
7272
* @internal
7373
*/
74-
final class ResetPasswordDefinitionTestKernel extends AbstractResetPasswordTestKernel
74+
final class ResetPasswordDefinitionTestKernel extends ResetPasswordTestKernel
7575
{
7676
public $compilerPass;
7777

0 commit comments

Comments
 (0)