test failure fix2
[civicrm-core.git] / tests / phpunit / api / v3 / DomainTest.php
index 874fea3a41cfc53587dc5c801ba78dde6c3e8250..430f74d6cc50f6ec96d3c690e2cf4e0b7ef212d4 100644 (file)
@@ -47,7 +47,6 @@ class api_v3_DomainTest extends CiviUnitTestCase {
   /**
    * Sets up the fixture, for example, opens a network connection.
    * This method is called before a test is executed.
-   *
    */
   protected function setUp() {
     parent::setUp();
@@ -74,7 +73,7 @@ class api_v3_DomainTest extends CiviUnitTestCase {
         'api.email.create' => array(
           'location_type_id' => $defaultLocationType->id,
           'email' => 'my@email.com',
-        )
+        ),
       )
     );