From 2b2c11f4cd87ea87a044eec0e500074ab101a1f4 Mon Sep 17 00:00:00 2001 From: MiltonPM Date: Wed, 12 Jun 2019 14:54:50 -0400 Subject: [PATCH] Run test --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ac156660a..7a335a78d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,5 +17,6 @@ jobs: command: | pwd git branch - ./vendor/bin/phpunit --coverage-html ./coverage tests/unit/workflow/engine/src/ProcessMaker/Model/DelegationTest.php + mysql -u root -psample -e "create database test;" + vendor/phpunit/phpunit/phpunit --coverage-html ./coverage tests/unit/workflow/engine/src/ProcessMaker/Model/DelegationTest.php ls -la \ No newline at end of file