Se agrega test unit para PROCESS CATEGORY
This commit is contained in:
@@ -8,7 +8,7 @@ if (!class_exists("Propel")) {
|
|||||||
/**
|
/**
|
||||||
* Class ProcessCategoryTest
|
* Class ProcessCategoryTest
|
||||||
*
|
*
|
||||||
* @package Tests\BusinessModel
|
* @package Tests/ProcessMaker/BusinessModel
|
||||||
*/
|
*/
|
||||||
class ProcessCategoryTest extends \PHPUnit_Framework_TestCase
|
class ProcessCategoryTest extends \PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
@@ -24,7 +24,7 @@ class ProcessCategoryTest extends \PHPUnit_Framework_TestCase
|
|||||||
*/
|
*/
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
$this->oCategory = new \BusinessModel\ProcessCategory();
|
$this->oCategory = new \ProcessMaker\BusinessModel\ProcessCategory();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user