From 71c7ef11ab871104af803c3ae34f21e1091cc57e Mon Sep 17 00:00:00 2001 From: davidcallizaya Date: Thu, 10 Aug 2017 22:54:59 -0400 Subject: [PATCH] HOR-3274 Fix wrong phpunit merge Fix System to PmSystem --- phpunit.xml | 20 ++++--------------- .../src/ProcessMaker/BusinessModel/Skins.php | 4 ++-- 2 files changed, 6 insertions(+), 18 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 742892c63..241fcb099 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,7 +1,6 @@ ./tests/workflow/engine/src/ - + + ./tests/Unit + + @@ -45,18 +47,4 @@ - - - ./tests/Unit - - - - - ./app - - - - - - diff --git a/workflow/engine/src/ProcessMaker/BusinessModel/Skins.php b/workflow/engine/src/ProcessMaker/BusinessModel/Skins.php index afd286ce4..f9f17d759 100644 --- a/workflow/engine/src/ProcessMaker/BusinessModel/Skins.php +++ b/workflow/engine/src/ProcessMaker/BusinessModel/Skins.php @@ -1,7 +1,7 @@