Skip to content

Commit

Permalink
Uses icecave/testing 1.0.4 (fixes #8)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed Jan 14, 2013
1 parent 92f165f commit b40c56d
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 116 deletions.
2 changes: 0 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
.travis.yml export-ignore
phpunit.xml export-ignore
phpunit.reports.xml export-ignore
test export-ignore
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: php
before_script:
- composer install --dev
script: phpunit
script: ./vendor/bin/phpunit
php:
- 5.3.3
- 5.3
Expand Down
19 changes: 0 additions & 19 deletions LICENSE

This file was deleted.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"php": ">=5.3.0"
},
"require-dev": {
"phake/phake": "1.*"
"icecave/testing": "1.*"
},
"autoload": {
"psr-0": {
Expand Down
59 changes: 53 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

64 changes: 0 additions & 64 deletions phpunit.reports.xml

This file was deleted.

17 changes: 0 additions & 17 deletions phpunit.xml

This file was deleted.

6 changes: 0 additions & 6 deletions test/bootstrap.php

This file was deleted.

0 comments on commit b40c56d

Please sign in to comment.