-
- Downloads
Fix tests
parent
0e46c11f
Branches
Tags
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 @@ |
"symfony/maker-bundle": "^1.0", | ||
"symfony/phpunit-bridge": "^5.3", | ||
"symfony/stopwatch": "5.3.*", | ||
"symfony/web-profiler-bundle": "5.3.*" | ||
"symfony/web-profiler-bundle": "5.3.*", | ||
"ext-dom": "*" | ||
}, | ||
"config": { | ||
"optimize-autoloader": true, | ||
... | ... |
Please sign in to comment