fix tests
This commit is contained in:
@@ -837,8 +837,6 @@ class TaskManagerTest extends \PHPUnit_Framework_TestCase
|
||||
$this->taskManager->clear();
|
||||
$temp1 = $this->taskManager->find($task1->getUuid());
|
||||
|
||||
dump($temp1);
|
||||
|
||||
$this->assertCount(0, $temp1->getDependencies());
|
||||
}
|
||||
|
||||
@@ -850,4 +848,4 @@ class TaskManagerTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
return new \Carbon\Carbon($string);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user