File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
tests/FunctionalTests/Persistence Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 13
13
use Doctrine \ORM \Tools \SchemaTool ;
14
14
use Doctrine \Persistence \ObjectManager ;
15
15
use PHPUnit \Framework \TestCase ;
16
- use SymfonyCasts \Bundle \ResetPassword \Tests \Fixtures \AbstractResetPasswordTestKernel ;
17
16
use SymfonyCasts \Bundle \ResetPassword \Tests \Fixtures \Entity \ResetPasswordTestFixtureRequest ;
18
17
use SymfonyCasts \Bundle \ResetPassword \Tests \Fixtures \Entity \ResetPasswordTestFixtureUser ;
19
18
use SymfonyCasts \Bundle \ResetPassword \Tests \Fixtures \ResetPasswordTestFixtureRequestRepository ;
19
+ use SymfonyCasts \Bundle \ResetPassword \Tests \ResetPasswordTestKernel ;
20
20
21
21
/**
22
22
* @author Jesse Rushlow <[email protected] >
@@ -41,7 +41,7 @@ final class ResetPasswordRequestRepositoryTest extends TestCase
41
41
*/
42
42
protected function setUp (): void
43
43
{
44
- $ kernel = new ResetPasswordFunctionalKernel ();
44
+ $ kernel = new ResetPasswordTestKernel ();
45
45
$ kernel ->boot ();
46
46
47
47
$ container = $ kernel ->getContainer ();
@@ -220,7 +220,3 @@ private function configureDatabase(): void
220
220
$ tool ->createSchema ($ metaData ->getAllMetadata ());
221
221
}
222
222
}
223
-
224
- class ResetPasswordFunctionalKernel extends AbstractResetPasswordTestKernel
225
- {
226
- }
You can’t perform that action at this time.
0 commit comments