Trying with a custom autoload.php
This commit is contained in:
parent
e057f96085
commit
f1ec3b7200
|
@ -5,5 +5,7 @@ php:
|
||||||
- '7.0'
|
- '7.0'
|
||||||
- hhvm # on Trusty only
|
- hhvm # on Trusty only
|
||||||
- nightly
|
- nightly
|
||||||
before_script: composer update
|
before_script:
|
||||||
script: make test
|
- curl -sSfL -o ~/.phpenv/versions/hhvm/bin/phpunit https://phar.phpunit.de/phpunit-5.7.phar
|
||||||
|
script:
|
||||||
|
- phpunit --bootstrap autoload.php test/TplBlockTest.php
|
||||||
|
|
2
autoload.php
Normal file
2
autoload.php
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
<?php
|
||||||
|
require "TplBlock.php";
|
Loading…
Reference in New Issue
Block a user