Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.

Commit d901d37

Browse files
author
Teddy Roncin
committed
✨ (tests) Setup for the tests
Started to implement application tests on routes asso/* and user/*
1 parent b60572a commit d901d37

File tree

6 files changed

+2024
-149
lines changed

6 files changed

+2024
-149
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,8 @@
3030
.idea/
3131

3232
## Old stuff
33-
.php_cs.cache
33+
.php_cs.cache
34+
###> phpunit/phpunit ###
35+
/phpunit.xml
36+
.phpunit.result.cache
37+
###< phpunit/phpunit ###

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"symfony/browser-kit": "6.2.0",
5656
"symfony/css-selector": "6.2.3",
5757
"symfony/debug-bundle": "6.2.1",
58+
"phpunit/phpunit": "^9.5",
5859
"symfony/maker-bundle": "^1.0",
5960
"symfony/phpunit-bridge": "6.2.3",
6061
"symfony/stopwatch": "6.2.0",

0 commit comments

Comments
 (0)