diff --git a/phpci.yml b/phpci.yml new file mode 100644 index 000000000..724b75862 --- /dev/null +++ b/phpci.yml @@ -0,0 +1,14 @@ +build_settings: + verbose: false + prefer_symlink: false + +setup: + +test: + codeception: + config: "." + php_unit: + directory: "tests/phpunit/" + args: "--bootstrap 'test/phpunit/bootstrap.php' --configuration 'tests/phpunit/phpunit.xml'" + +complete: