From bdbd4d7541d3ee8e344908ed83c3e7d4149e1845 Mon Sep 17 00:00:00 2001 From: Lucas Michot Date: Sat, 26 Dec 2015 17:19:24 +0100 Subject: [PATCH 1/2] Let phpunit load autoload.php --- phpunit.xml.dist | 3 ++- tests/CreateTest.php | 2 -- tests/StaticStringyTest.php | 2 -- tests/StringyTest.php | 2 -- 4 files changed, 2 insertions(+), 7 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 8ed62f7..fd7d0e7 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,6 +1,7 @@ - diff --git a/tests/CreateTest.php b/tests/CreateTest.php index aef9c9f..5e211cd 100644 --- a/tests/CreateTest.php +++ b/tests/CreateTest.php @@ -1,7 +1,5 @@ Date: Fri, 8 Jan 2016 18:22:09 +0100 Subject: [PATCH 2/2] Composer install for travisCI tests. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8823297..71a05ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,3 +10,5 @@ php: # This triggers builds to run on the new TravisCI infrastructure. # See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/ sudo: false + +install: travis_retry composer install --no-interaction --prefer-source \ No newline at end of file