Fix up navigation test - SL
authorSeamus Lee <seamuslee001@gmail.com>
Wed, 3 Aug 2016 07:23:44 +0000 (17:23 +1000)
committerSeamus Lee <seamuslee001@gmail.com>
Thu, 4 Aug 2016 07:21:22 +0000 (17:21 +1000)
tests/phpunit/api/v3/NavigationTest.php

index 85c69818b6d1434f129a2885e68848dd7d98e642..1dea146e0a21fb23ee3657cb24a113c8378af875 100644 (file)
@@ -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);
   }