-
- Downloads
Fix tests
parent
0e46c11f
No related branches found
No related tags found
Showing
- composer.json 2 additions, 1 deletioncomposer.json
- src/DataFixtures/UserFixtures.php 9 additions, 4 deletionssrc/DataFixtures/UserFixtures.php
- src/Repository/CapsuleRepository.php 6 additions, 0 deletionssrc/Repository/CapsuleRepository.php
- tests/functional/LoginTest.php 2 additions, 1 deletiontests/functional/LoginTest.php
- tests/functional/ProjectControllerTest.php 35 additions, 28 deletionstests/functional/ProjectControllerTest.php
- tests/functional/RegistrationControllerTest.php 21 additions, 20 deletionstests/functional/RegistrationControllerTest.php
- tests/functional/ResetPasswordControllerTest.php 1 addition, 0 deletionstests/functional/ResetPasswordControllerTest.php
... | @@ -70,7 +70,8 @@ | ... | @@ -70,7 +70,8 @@ |
"symfony/maker-bundle": "^1.0", | "symfony/maker-bundle": "^1.0", | ||
"symfony/phpunit-bridge": "^5.3", | "symfony/phpunit-bridge": "^5.3", | ||
"symfony/stopwatch": "5.3.*", | "symfony/stopwatch": "5.3.*", | ||
"symfony/web-profiler-bundle": "5.3.*" | "symfony/web-profiler-bundle": "5.3.*", | ||
"ext-dom": "*" | |||
}, | }, | ||
"config": { | "config": { | ||
"optimize-autoloader": true, | "optimize-autoloader": true, | ||
... | ... |
Please register or sign in to comment