Skip to content

Commit 7976eac

Browse files
authored
Merge pull request #304 from gsdevme/chore/add-phpunit-for-testing
chore: add phpunit to require-dev for testing
2 parents 1009876 + b3d69e3 commit 7976eac

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ before_script:
7171
- composer update $COMPOSER_FLAGS
7272

7373
script:
74-
- SYMFONY_DEPRECATIONS_HELPER=weak phpunit ${PHPUNIT_FLAGS}
74+
- SYMFONY_DEPRECATIONS_HELPER=weak vendor/bin/phpunit ${PHPUNIT_FLAGS}
7575
- make -C Resources/doc SPHINXOPTS='-nW' html
7676
- make -C Resources/doc spelling
7777

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"symfony/framework-bundle": "^2.3||^3.0"
2727
},
2828
"require-dev": {
29+
"phpunit/phpunit": "^4.5.0 || ^5.0.0",
2930
"mockery/mockery": "0.9.*",
3031
"monolog/monolog": "*",
3132
"sensio/framework-extra-bundle": "^2.3||^3.0",

0 commit comments

Comments
 (0)