diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..3bd5292 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,16 @@ +language: php + +php: + - 7.2 + +services: + - docker + +before_install: + - composer self-update + - composer clear-cache + - composer update --no-interaction --no-ansi --no-suggest --optimize-autoloader --prefer-stable + +script: + - composer install + - phpunit --configuration tests/unittests/phpunit.xml tests/unittests \ No newline at end of file diff --git a/tests/unittests/Bootstrap.php b/tests/unittests/Bootstrap.php new file mode 100644 index 0000000..aa9bf41 --- /dev/null +++ b/tests/unittests/Bootstrap.php @@ -0,0 +1,3 @@ + + + + ../../bootstrap + + + + ../../src + + + + + + + + \ No newline at end of file