Skip to content

Commit

Permalink
Integrated icecave/testing (fixes #1)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed Jan 14, 2013
1 parent 9a78b2b commit a1cd26b
Show file tree
Hide file tree
Showing 7 changed files with 240 additions and 92 deletions.
2 changes: 0 additions & 2 deletions .gitattributes
@@ -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
@@ -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
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -15,7 +15,7 @@
"php": ">=5.3.0"
},
"require-dev": {
"phake/phake": "1.*"
"icecave/testing": "1.*"
},
"autoload": {
"psr-0": {
Expand Down
240 changes: 238 additions & 2 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.

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

This file was deleted.

0 comments on commit a1cd26b

Please sign in to comment.