fixes phpunit crashes
This commit is contained in:
committed by
Julio Cesar Laura Avendaño
parent
56b2a4f6dd
commit
7de170eea1
@@ -33,12 +33,10 @@ class WorkflowToolsTest extends TestCase
|
||||
*/
|
||||
public function it_should_test_addAsyncOptionToSchedulerCommands_method()
|
||||
{
|
||||
//to do: a valid workspace is required.
|
||||
if (!defined('HASH_INSTALLATION') || !defined('SYSTEM_HASH')) {
|
||||
$message = "A workspace installation is required where the values HASH_INSTALLATION,"
|
||||
. "SYSTEM_HASH, db.php exist and are correct.";
|
||||
$this->markTestIncomplete($message);
|
||||
}
|
||||
//method "WorkspaceTools::initPropel(true)" crashes all connections
|
||||
$message = "WorkspaceTools::initPropel(true) crashes all connections";
|
||||
$this->markTestIncomplete($message);
|
||||
|
||||
ob_start();
|
||||
$this->workspaceTools->addAsyncOptionToSchedulerCommands(false);
|
||||
$string = ob_get_clean();
|
||||
|
||||
Reference in New Issue
Block a user