feat(test): add dependencies
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Simon Vieille 2023-01-09 09:49:30 +01:00
parent 40633fa567
commit 85e04205cd
Signed by: deblan
GPG key ID: 579388D585F70417
3 changed files with 7 additions and 0 deletions

3
.gitignore vendored
View file

@ -33,3 +33,6 @@ yarn-error.log
/phpunit.xml
.phpunit.result.cache
###< phpunit/phpunit ###
# Tests
/drivers/

View file

@ -53,4 +53,6 @@ pipeline:
environment:
- APP_ENV=test
commands:
- composer require --dev dbrekelmans/bdi
- vendor/bin/bdi detect drivers
- php bin/phpunit

View file

@ -10,10 +10,12 @@
"murph/murph-core": "dev-master"
},
"require-dev": {
"dbrekelmans/bdi": "^1.0",
"symfony/browser-kit": "^5.4",
"symfony/css-selector": "^5.4",
"symfony/debug-bundle": "^5.4",
"symfony/maker-bundle": "^1.0",
"symfony/panther": "^2.0",
"symfony/phpunit-bridge": "^6.2",
"symfony/stopwatch": "^5.4",
"symfony/var-dumper": "^5.4",