diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-12-28 22:22:15 -0500 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-12-28 22:22:15 -0500 |
commit | 5266b821446b14b79a3c5a5c77c57791b985f0a9 (patch) | |
tree | df0719492193e0ba842430edbbab8cd02775fbc5 /tests/units/ActionTest.php | |
parent | d6530bd55fdd863f0cf153bc2854fb4e34076316 (diff) |
Add Gitlab webhook
Diffstat (limited to 'tests/units/ActionTest.php')
-rw-r--r-- | tests/units/ActionTest.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/units/ActionTest.php b/tests/units/ActionTest.php index 77a939e0..429a181a 100644 --- a/tests/units/ActionTest.php +++ b/tests/units/ActionTest.php @@ -10,10 +10,10 @@ use Model\TaskPosition; use Model\TaskCreation; use Model\TaskFinder; use Model\Category; -use Model\GithubWebhook; +use Integration\GithubWebhook; class ActionTest extends Base -{/* +{ public function testSingleAction() { $tp = new TaskPosition($this->container); @@ -61,7 +61,7 @@ class ActionTest extends Base $this->assertEquals(4, $t1['column_id']); $this->assertEquals(0, $t1['is_active']); } -*/ + public function testMultipleActions() { $tp = new TaskPosition($this->container); |