committed by
Frédéric Guillot
parent
9c5f5a5854
commit
38e82fe5e5
@@ -17,17 +17,6 @@ use Kanboard\Model\UserModel;
|
||||
|
||||
class TaskProjectDuplicationModelTest extends Base
|
||||
{
|
||||
protected function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
|
||||
$this->container['externalLinkManager'] = $this
|
||||
->getMockBuilder('Kanboard\Core\ExternalLink\ExternalLinkManager')
|
||||
->setConstructorArgs(array($this->container))
|
||||
->setMethods(['push'])
|
||||
->getMock();
|
||||
}
|
||||
|
||||
public function testDuplicateAnotherProject()
|
||||
{
|
||||
$taskProjectDuplicationModel = new TaskProjectDuplicationModel($this->container);
|
||||
|
||||
Reference in New Issue
Block a user