From: colemanw Date: Wed, 5 Feb 2014 18:39:55 +0000 (-0800) Subject: test cleanup X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=476f2b7ff81e51d217da167890317db158f0e845;p=civicrm-core.git test cleanup --- diff --git a/tests/phpunit/api/v3/WebsiteTest.php b/tests/phpunit/api/v3/WebsiteTest.php index 86ff8b18da..c5f319d104 100644 --- a/tests/phpunit/api/v3/WebsiteTest.php +++ b/tests/phpunit/api/v3/WebsiteTest.php @@ -92,12 +92,12 @@ class api_v3_WebsiteTest extends CiviUnitTestCase { $this->assertEquals(1, $checkDeleted['count'], 'In line ' . __LINE__); } /** - * Test retrieval of label metadata + * Test retrieval of metadata */ public function testGetMetadata() { $result = $this->callAPIAndDocument($this->_entity, 'get', array( 'options' => array('metadata' => array('fields') - )), __FUNCTION__, __FILE__, 'Demonostrates returning label metadata', 'GetWithLabelMetadata'); + )), __FUNCTION__, __FILE__, 'Demonostrates returning field metadata', 'GetWithMetadata'); $this->assertEquals('Website', $result['metadata']['fields']['url']['title']); } /**