PMCORE-3880 PhpUnit: Error: Call to undefined function factory
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user