PMC-1073 Solve the issue in the Circle CI related to LightTest

This commit is contained in:
Roly Rudy Gutierrez Pinto
2019-08-23 11:51:51 -04:00
parent a94bda4efb
commit 7e3944d4b9
6 changed files with 79 additions and 252 deletions

View File

@@ -18,7 +18,7 @@ class ProcessTest extends TestCase
/**
* Test it returns all the processes for an specific user
* @covers ::getProcessList
* @covers \ProcessMaker\Model\Process::getProcessList
* @test
*/
public function it_should_return_all_the_processes_for_an_specific_user()
@@ -51,7 +51,7 @@ class ProcessTest extends TestCase
/**
* Tests that it returns the processes in an specific category
* @covers ::getProcessList
* @covers \ProcessMaker\Model\Process::getProcessList
* @test
*/
public function it_should_return_the_processes_in_an_specific_category()
@@ -92,7 +92,7 @@ class ProcessTest extends TestCase
/**
* Tests that it returns an empty array if no processes where found
* @covers ::getProcessList
* @covers \ProcessMaker\Model\Process::getProcessList
* @test
*/
public function it_should_return_empty_if_no_processes_where_found()
@@ -110,7 +110,7 @@ class ProcessTest extends TestCase
/**
* Test it returns all the processes in status active
* @covers ::getProcessList
* @covers \ProcessMaker\Model\Process::getProcessList
* @test
*/
public function it_should_return_all_the_processes_in_status_active()