We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6234f2 commit 76f9ab1Copy full SHA for 76f9ab1
Makefile
@@ -16,7 +16,7 @@ lint:
16
git diff --exit-code
17
18
test:
19
- phpunit -c phpunit.xml.dist --coverage-clover build/logs/clover.xml
+ vendor/bin/phpunit -c phpunit.xml.dist --coverage-clover build/logs/clover.xml
20
21
docs:
22
cd Resources/doc && sphinx-build -W -b html -d _build/doctrees . _build/html
composer.json
@@ -31,6 +31,8 @@
31
},
32
"require-dev": {
33
"knplabs/knp-menu-bundle": "^2.1.1",
34
+ "phpunit/phpunit": "^4.7 || ^5.5",
35
+ "phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5",
36
"simplethings/entity-audit-bundle": "0.1 - 0.9",
37
"sllh/php-cs-fixer-styleci-bridge": "^2.0",
38
"symfony/phpunit-bridge": "^2.7 || ^3.0"
0 commit comments