Skip to content

Commit

Permalink
Merge pull request #39 from mikey179/master
Browse files Browse the repository at this point in the history
use PHPUnit via Composer
  • Loading branch information
mikey179 committed May 1, 2013
2 parents 586cbe5 + 974f790 commit fee8f0c
Show file tree
Hide file tree
Showing 3 changed files with 414 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ before_script:
- cp .travis.composer.config.json ~/.composer/config.json
- composer install --dev

script: phpunit --coverage-text
script: vendor/bin/phpunit --coverage-text
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"stubbles/core": "~3.0"
},
"require-dev": {
"mikey179/vfsStream": "~1.2"
"mikey179/vfsStream": "~1.2",
"phpunit/phpunit": "~3.7"
},
"autoload": {
"psr-0": {
Expand All @@ -22,5 +23,6 @@
"dev-master": "2.3.x-dev"
}
},
"minimum-stability": "dev"
"minimum-stability": "dev",
"prefer-stable": true
}
Loading

0 comments on commit fee8f0c

Please sign in to comment.