Moved to composer installed vfsSteam

Seems the issue was namespacing this whole time.
This commit is contained in:
Joshua Sherman 2013-12-28 02:08:10 -05:00
parent fd157c23bc
commit e70f31c711
4 changed files with 67 additions and 20 deletions

View file

@ -4,6 +4,6 @@ php:
- "5.5"
install:
- composer require mikey179/vfsStream:1.2.0
- composer config vendor-dir .composer require mikey179/vfsStream:1.2.0
script: phpunit --bootstrap ./tests/bootstrap.php ./tests