diff options
| author | Frederic Guillot <fred@kanboard.net> | 2015-06-20 14:34:47 -0400 |
|---|---|---|
| committer | Frederic Guillot <fred@kanboard.net> | 2015-06-20 14:34:47 -0400 |
| commit | aa6fdd3544b64eeab3d577c58425e128c809a135 (patch) | |
| tree | 388de73e11567e8927bc12694cc65a3c629f6a59 /tests/units/MailgunTest.php | |
| parent | d3f789764dcf90923a0d0f639dd2ee56b1177f84 (diff) | |
Improve automatic action duplication with unit tests and improve database schema
Diffstat (limited to 'tests/units/MailgunTest.php')
| -rw-r--r-- | tests/units/MailgunTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/units/MailgunTest.php b/tests/units/MailgunTest.php index b33a66fe..ce53228e 100644 --- a/tests/units/MailgunTest.php +++ b/tests/units/MailgunTest.php @@ -40,7 +40,7 @@ class MailgunTest extends Base $tc = new TaskCreation($this->container); $tf = new TaskFinder($this->container); - $this->assertEquals(2, $u->create(array('name' => 'me', 'email' => 'me@localhost'))); + $this->assertEquals(2, $u->create(array('username' => 'me', 'email' => 'me@localhost'))); $this->assertEquals(1, $p->create(array('name' => 'test1'))); $this->assertEquals(2, $p->create(array('name' => 'test2', 'identifier' => 'TEST1'))); |
