diff --git a/tests/unit/workflow/engine/src/ProcessMaker/BusinessModel/VariableTest.php b/tests/unit/workflow/engine/src/ProcessMaker/BusinessModel/VariableTest.php index ebc29c3ee..794dd14f2 100644 --- a/tests/unit/workflow/engine/src/ProcessMaker/BusinessModel/VariableTest.php +++ b/tests/unit/workflow/engine/src/ProcessMaker/BusinessModel/VariableTest.php @@ -15,7 +15,7 @@ class VariableTest extends TestCase /** * Test it create variables related to the process * - * @covers \ProcessMaker\BusinessModel\Variables::create() + * @covers \ProcessMaker\BusinessModel\Variable::create() * @test */ public function it_create_variable_by_process() @@ -62,7 +62,7 @@ class VariableTest extends TestCase /** * Tests the exception * - * @covers \ProcessMaker\BusinessModel\Variables::create() + * @covers \ProcessMaker\BusinessModel\Variable::create() * @test */ public function it_return_an_exception_when_var_name_is_empty() @@ -94,7 +94,7 @@ class VariableTest extends TestCase /** * Tests the exception * - * @covers \ProcessMaker\BusinessModel\Variables::create() + * @covers \ProcessMaker\BusinessModel\Variable::create() * @test */ public function it_return_an_exception_when_var_field_type_is_empty() @@ -126,7 +126,7 @@ class VariableTest extends TestCase /** * Tests the exception * - * @covers \ProcessMaker\BusinessModel\Variables::create() + * @covers \ProcessMaker\BusinessModel\Variable::create() * @test */ public function it_return_an_exception_when_var_label_is_empty() @@ -158,7 +158,7 @@ class VariableTest extends TestCase /** * Test it return the variables related to the PRO_UID * - * @covers \ProcessMaker\BusinessModel\Variables::getVariables() + * @covers \ProcessMaker\BusinessModel\Variable::getVariables() * @test */ public function it_list_variables_by_process() diff --git a/tests/unit/workflow/engine/src/ProcessMaker/Importer/XmlImporterTest.php b/tests/unit/workflow/engine/src/ProcessMaker/Importer/XmlImporterTest.php index 1cf6ae13a..dda3d3677 100644 --- a/tests/unit/workflow/engine/src/ProcessMaker/Importer/XmlImporterTest.php +++ b/tests/unit/workflow/engine/src/ProcessMaker/Importer/XmlImporterTest.php @@ -233,7 +233,7 @@ class XmlImporterTest extends TestCase * Test the import new option and the import new group option with repeated title. * @test * @covers \ProcessMaker\Importer\XmlImporter::import() - * @covers \ProcessMaker\Importer\XmlImporter::updateTheProcessOwner() + * @covers \ProcessMaker\Importer\XmlImporter::updateProcessInformation() */ public function it_should_matter_with_import_option_create_new_and_group_import_option_create_new_try_rename_title() {