PMCORE-1070

This commit is contained in:
Paula Quispe
2019-08-15 15:18:35 -04:00
parent 0b2086591a
commit 2deade19e1
6 changed files with 507 additions and 705 deletions

View File

@@ -11,7 +11,9 @@ use ProcessMaker\Model\User;
use Tests\TestCase;
/**
* @coversDefaultClass ProcessMaker\BusinessModel\Model\Process
* Class ProcessTest
*
* @coversDefaultClass \ProcessMaker\Model\Process
*/
class ProcessTest extends TestCase
{
@@ -242,4 +244,4 @@ class ProcessTest extends TestCase
// This asserts the process was converted from private to public
$this->assertEquals('PUBLIC', $p[0]->PRO_TYPE_PROCESS);
}
}
}