-
- Downloads
Add user story application test
parent
9dd5faf4
No related branches found
No related tags found
This commit is part of merge request !8. Comments created here will be created in the context of that merge request.
Showing
- .env 30 additions, 0 deletions.env
- .env.test 3 additions, 0 deletions.env.test
- composer.json 2 additions, 0 deletionscomposer.json
- composer.lock 227 additions, 1 deletioncomposer.lock
- config/bundles.php 2 additions, 0 deletionsconfig/bundles.php
- config/packages/test/dama_doctrine_test_bundle.yaml 4 additions, 0 deletionsconfig/packages/test/dama_doctrine_test_bundle.yaml
- config/packages/test/web_profiler.yaml 0 additions, 6 deletionsconfig/packages/test/web_profiler.yaml
- phpunit.xml.dist 3 additions, 0 deletionsphpunit.xml.dist
- src/DataFixtures/AppUserRegistrationFixture.php 33 additions, 0 deletionssrc/DataFixtures/AppUserRegistrationFixture.php
- symfony.lock 27 additions, 0 deletionssymfony.lock
- tests/bootstrap.php 1 addition, 1 deletiontests/bootstrap.php
... | ... | @@ -48,6 +48,8 @@ |
"twig/twig": "^2.12|^3.0" | ||
}, | ||
"require-dev": { | ||
"dama/doctrine-test-bundle": "^6.7", | ||
"doctrine/doctrine-fixtures-bundle": "^3.4", | ||
"codeception/module-asserts": "^1.3", | ||
"codeception/module-phpbrowser": "^1.0", | ||
"codeception/module-symfony": "^2.0", | ||
... | ... |
Please register or sign in to comment