PMCORE-3880 PhpUnit: Error: Call to undefined function factory

This commit is contained in:
Roly Gutierrez
2022-07-21 00:04:21 -04:00
parent 99fa155266
commit 01833eb210
295 changed files with 6494 additions and 4762 deletions

View File

@@ -34,8 +34,7 @@ class WorkflowToolsTest extends TestCase
public function it_should_test_addAsyncOptionToSchedulerCommands_method()
{
//method "WorkspaceTools::initPropel(true)" crashes all connections
$message = "WorkspaceTools::initPropel(true) crashes all connections";
$this->markTestIncomplete($message);
$this->markTestSkipped("WorkspaceTools::initPropel(true) crashes all connections");
ob_start();
$this->workspaceTools->addAsyncOptionToSchedulerCommands(false);