Skip to content

Commit 518476b

Browse files
committed
Merge pull request #184
2 parents 9e44340 + 7ef461d commit 518476b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ before_script:
4242
- ulimit -c unlimited -S
4343

4444
script:
45-
- phpunit --debug || RESULT=$?
45+
- ./vendor/bin/phpunit --debug || RESULT=$?
4646
- for i in $(find ./ -maxdepth 1 -name 'core*' -print); do gdb `php -r 'echo PHP_BINARY;'` core* -ex "thread apply all bt" -ex "set pagination 0" -batch; done;
4747
- if [[ ${RESULT} != 0 ]]; then exit $RESULT ; fi;

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"php": ">=5.4",
1414
"ext-mongodb": "^1.1.0"
1515
},
16+
"require-dev": {
17+
"phpunit/phpunit": "^4.8"
18+
},
1619
"autoload": {
1720
"psr-4": { "MongoDB\\": "src/" },
1821
"files": [ "src/functions.php" ]

0 commit comments

Comments
 (0)