Use phpunit to run tests.
This commit is contained in:
parent
b1920c1ae6
commit
cf687f9c70
|
@ -7,7 +7,7 @@ php:
|
||||||
# all of the reference implementations?
|
# all of the reference implementations?
|
||||||
script:
|
script:
|
||||||
- git clone https://github.com/json-ld/json-ld.org.git spec
|
- 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:
|
notifications:
|
||||||
email:
|
email:
|
||||||
on_success: change
|
on_success: change
|
||||||
|
|
Loading…
Reference in a new issue