From d68fa290bb54e12b0532c539370408435d23e639 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Tue, 25 Nov 2014 20:30:59 -0500 Subject: Automatically add the logged user during project creation --- tests/units/ProjectTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/units/ProjectTest.php b/tests/units/ProjectTest.php index 93cdcf6a..aab8398d 100644 --- a/tests/units/ProjectTest.php +++ b/tests/units/ProjectTest.php @@ -156,7 +156,7 @@ class ProjectTest extends Base $this->assertEmpty($project['token']); // Clone private project - $this->assertEquals(3, $p->create(array('name' => 'Private', 'is_private' => 1), 1)); + $this->assertEquals(3, $p->create(array('name' => 'Private', 'is_private' => 1), 1, true)); $this->assertEquals(4, $p->duplicate(3)); $project = $p->getById(4); -- cgit v1.2.3