diff options
Diffstat (limited to 'tests/units/BoardTest.php')
-rw-r--r-- | tests/units/BoardTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/units/BoardTest.php b/tests/units/BoardTest.php index d5686b3f..23ea8808 100644 --- a/tests/units/BoardTest.php +++ b/tests/units/BoardTest.php @@ -9,8 +9,8 @@ class BoardTest extends Base { public function testMoveColumns() { - $p = new Project($this->db, $this->event); - $b = new Board($this->db, $this->event); + $p = new Project($this->registry); + $b = new Board($this->registry); // We create 2 projects $this->assertEquals(1, $p->create(array('name' => 'UnitTest1'))); |