Use phpunit to run tests.

This commit is contained in:
Dave Longley 2013-09-15 00:24:40 -04:00
parent b1920c1ae6
commit cf687f9c70
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ php:
# all of the reference implementations?
script:
- git clone https://github.com/json-ld/json-ld.org.git spec
- php jsonld-tests.php -d spec/test-suite/tests
- phpunit test.php -d spec/test-suite
notifications:
email:
on_success: change