From 2295d526990a283b8846708dce9de4c3cbb4e7a7 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Wed, 3 Aug 2016 17:23:44 +1000 Subject: [PATCH] Fix up navigation test - SL --- tests/phpunit/api/v3/NavigationTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/api/v3/NavigationTest.php b/tests/phpunit/api/v3/NavigationTest.php index 85c69818b6..1dea146e0a 100644 --- a/tests/phpunit/api/v3/NavigationTest.php +++ b/tests/phpunit/api/v3/NavigationTest.php @@ -46,7 +46,7 @@ class api_v3_NavigationTest extends CiviUnitTestCase { * Test create function. */ public function testCreate() { - $params = array('label' => 'Feed the Goats', 'domain_id' => 1); + $params = array('name' => 'feed', 'label' => 'Feed the Goats', 'domain_id' => 1); $result = $this->callAPISuccess($this->_entity, 'create', $params); $this->getAndCheck($params, $result['id'], $this->_entity, TRUE); } -- 2.25.1