From e3107911619ef716f8f55f7e198e1fc82cfbf337 Mon Sep 17 00:00:00 2001 From: MiltonPM Date: Wed, 12 Jun 2019 15:50:41 -0400 Subject: [PATCH] Run Test units --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index ec0d4e1b6..f9042f8fc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,6 +14,7 @@ jobs: - run: service mysqld status - checkout - run: mysql -u root -ppassword -e "create database test;" + - run: composer install - run: vendor/phpunit/phpunit/phpunit --coverage-html ./coverage tests/unit/workflow/engine/src/ProcessMaker/Model/DelegationTest.php - run: ls -la coverage \ No newline at end of file