Skip to content

Commit 89aa41c

Browse files
committed
Tests, code cleanup, composer.json changes
- Modified TravisCI config to match paths - Code cleanup for tests - changed composer.json config
1 parent 4c1d838 commit 89aa41c

File tree

6 files changed

+414
-424
lines changed

6 files changed

+414
-424
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ php:
77
- hhvm
88

99
before_script:
10-
- cd Tests
10+
- cd tests
1111
- wget http://getcomposer.org/composer.phar
1212
- php composer.phar install
1313

tests/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,4 @@ $ ./phpunit
2424

2525
## View Reports
2626

27-
2827
If you want to see code coverages, open Coverage/index.html.

0 commit comments

Comments
 (0)