summaryrefslogtreecommitdiff
path: root/tests/units/Base.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-10-17 22:19:49 -0400
committerFrederic Guillot <fred@kanboard.net>2015-10-17 22:19:49 -0400
commit09da289c2fb18475f372bee24e885617da484e0b (patch)
tree95d1869ba3236ccdd9234d7909fc16c495c84d44 /tests/units/Base.php
parent9283fb88d80cb355ff98364a9a57b657fc511d98 (diff)
Move slack, hipchat and jabber integrations to plugins
Diffstat (limited to 'tests/units/Base.php')
-rw-r--r--tests/units/Base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/units/Base.php b/tests/units/Base.php
index 4a5b303f..89d0e2bf 100644
--- a/tests/units/Base.php
+++ b/tests/units/Base.php
@@ -91,7 +91,7 @@ abstract class Base extends PHPUnit_Framework_TestCase
$this->container['userNotificationType'] = $this
->getMockBuilder('\Kanboard\Model\UserNotificationType')
->setConstructorArgs(array($this->container))
- ->setMethods(array('getType'))
+ ->setMethods(array('getType', 'getSelectedTypes'))
->getMock();
}