File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
tests/FunctionalTests/Command Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 16
16
use Symfony \Component \Console \Application ;
17
17
use Symfony \Component \Console \CommandLoader \CommandLoaderInterface ;
18
18
use Symfony \Component \Console \Tester \CommandTester ;
19
- use SymfonyCasts \Bundle \ResetPassword \Tests \Fixtures \AbstractResetPasswordTestKernel ;
20
19
use SymfonyCasts \Bundle \ResetPassword \Tests \Fixtures \Entity \ResetPasswordTestFixtureRequest ;
20
+ use SymfonyCasts \Bundle \ResetPassword \Tests \ResetPasswordTestKernel ;
21
21
22
22
/**
23
23
* @author Jesse Rushlow <[email protected] >
@@ -39,7 +39,7 @@ final class ResetPasswordRemoveExpiredCommandTest extends TestCase
39
39
40
40
protected function setUp (): void
41
41
{
42
- $ kernel = new CommandKernel ();
42
+ $ kernel = new ResetPasswordTestKernel ();
43
43
$ kernel ->boot ();
44
44
45
45
$ container = $ kernel ->getContainer ();
@@ -101,7 +101,3 @@ private function configureDatabase(): void
101
101
$ tool ->createSchema ($ metaData ->getAllMetadata ());
102
102
}
103
103
}
104
-
105
- class CommandKernel extends AbstractResetPasswordTestKernel
106
- {
107
- }
You can’t perform that action at this time.
0 commit comments