From cd34b05305d1410a54ae68e2dd5454f803da5b0c Mon Sep 17 00:00:00 2001 From: Roly Rudy Gutierrez Pinto Date: Fri, 14 Feb 2020 16:35:49 -0400 Subject: [PATCH] PMCORE-1164 LightTest: Solve the incomplete test --- .../workflow/engine/src/ProcessMaker/Services/Api/LightTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/unit/workflow/engine/src/ProcessMaker/Services/Api/LightTest.php b/tests/unit/workflow/engine/src/ProcessMaker/Services/Api/LightTest.php index ba0286990..d8d9aeb05 100644 --- a/tests/unit/workflow/engine/src/ProcessMaker/Services/Api/LightTest.php +++ b/tests/unit/workflow/engine/src/ProcessMaker/Services/Api/LightTest.php @@ -34,8 +34,6 @@ class LightTest extends TestCase */ protected function setUp() { - $this->markTestIncomplete();//@todo: we need to correct this before the epic PMC-857 because this test use Unassigned cases - parent::setUp(); $this->workspace = env("DB_DATABASE", "test"); $this->clientId = config("oauthClients.pm.clientId");