committed by
Frédéric Guillot
parent
9c5f5a5854
commit
38e82fe5e5
@@ -13,12 +13,6 @@ class TaskDuplicateAnotherProjectTest extends Base
|
||||
{
|
||||
public function testSuccess()
|
||||
{
|
||||
$this->container['externalLinkManager'] = $this
|
||||
->getMockBuilder('Kanboard\Core\ExternalLink\ExternalLinkManager')
|
||||
->setConstructorArgs(array($this->container))
|
||||
->setMethods(['push'])
|
||||
->getMock();
|
||||
|
||||
$projectModel = new ProjectModel($this->container);
|
||||
$taskCreationModel = new TaskCreationModel($this->container);
|
||||
$taskFinderModel = new TaskFinderModel($this->container);
|
||||
|
||||
Reference in New Issue
Block a user