Merged in bugfix/PMCORE-1164 (pull request #7260)

PMCORE-1164 LightTest: Solve the incomplete test

Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
Roly
2020-02-17 13:18:56 +00:00
committed by Julio Cesar Laura Avendaño

View File

@@ -34,8 +34,6 @@ class LightTest extends TestCase
*/ */
protected function setUp() protected function setUp()
{ {
$this->markTestIncomplete();//@todo: we need to correct this before the epic PMC-857 because this test use Unassigned cases
parent::setUp(); parent::setUp();
$this->workspace = env("DB_DATABASE", "test"); $this->workspace = env("DB_DATABASE", "test");
$this->clientId = config("oauthClients.pm.clientId"); $this->clientId = config("oauthClients.pm.clientId");