PMCORE-1070
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user