Se agrega test unit para PROCESS CATEGORY

This commit is contained in:
Daniel Rojas
2014-04-03 09:14:39 -04:00
parent ce0dae6a01
commit 20fadab8d9

View File

@@ -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();
} }