INFRA-132 - Drupal.Array.Array.CommaLastItem
[civicrm-core.git] / tests / phpunit / api / v3 / ProductTest.php
index 676314cc5f1fcf7f16b3bca348632adf9a031243..5a447025a5a66152ce11247409d0e0c75adad3f6 100644 (file)
@@ -53,4 +53,5 @@ class api_v3_ProductTest extends CiviUnitTestCase {
     $options = $this->callAPISuccess($this->_entity, 'getoptions', array('field' => 'period_type'));
     $this->assertArrayHasKey('rolling', $options['values']);
   }
+
 }