Remove HTMLToMarkdown dependency

This commit is contained in:
Frederic Guillot
2016-01-07 21:36:51 -05:00
parent 7864685cfd
commit f32d23d015
5 changed files with 9 additions and 80 deletions

View File

@@ -34,8 +34,8 @@ class ActionManagerTest extends Base
public function testGetAvailableActions()
{
$actionManager = new ActionManager($this->container);
$actionTaskClose1 = new TaskClose($this->container);
$actionTaskClose2 = new TaskClose($this->container);
$actionTaskClose1 = new TaskCloseColumn($this->container);
$actionTaskClose2 = new TaskCloseColumn($this->container);
$actionTaskUpdateStartDate = new TaskUpdateStartDate($this->container);
$actionManager