Skip to content

Commit

Permalink
Merge pull request #2 from shanethehat/feature/add-behat
Browse files Browse the repository at this point in the history
Add behat
  • Loading branch information
shanethehat committed Sep 10, 2014
2 parents eab178f + feddfa0 commit c184b4f
Show file tree
Hide file tree
Showing 10 changed files with 713 additions and 52 deletions.
4 changes: 2 additions & 2 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ imports:
tools:
php_code_sniffer:
filter:
excluded-paths: [ spec/*, vendor/* ]
excluded-paths: [ features/*, spec/*, vendor/* ]

php_analyzer:
filter:
excluded-paths: [ spec/*, vendor/* ]
excluded-paths: [ features/*, spec/*, vendor/* ]
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ before_script:
- composer install

script:
- ./bin/behat
- ./bin/phpspec run

notifications:
Expand Down
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"license": "MIT",
"keywords": ["xml", "pretty"],
"require-dev": {
"phpspec/phpspec": "~2.0"
"phpspec/phpspec": "~2.0",
"behat/behat": "~3.0",
"bossa/phpspec2-expect": "*"
},
"authors": [
{
Expand Down
Loading

0 comments on commit c184b4f

Please sign in to comment.