X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fphpunit%2FCRM%2FCore%2FBAO%2FLocationTest.php;h=441ff081eba4079fb2caa226eb9bd2d08e84831b;hb=4fd26f71c62960fbbb738a549bb595926f1eb70b;hp=80050102712474cd027a3d5c84768e6a6190f263;hpb=d031c654f72b36c9f4d88bdb3dd55ddbadb98535;p=civicrm-core.git diff --git a/tests/phpunit/CRM/Core/BAO/LocationTest.php b/tests/phpunit/CRM/Core/BAO/LocationTest.php index 8005010271..441ff081eb 100644 --- a/tests/phpunit/CRM/Core/BAO/LocationTest.php +++ b/tests/phpunit/CRM/Core/BAO/LocationTest.php @@ -1,7 +1,7 @@ 'Location BAOs', - 'description' => 'Test all Core_BAO_Location methods.', - 'group' => 'CiviCRM BAO Tests', - ); - } +/** + * Class CRM_Core_BAO_LocationTest + */ +class CRM_Core_BAO_LocationTest extends CiviUnitTestCase { function setUp() { parent::setUp(); @@ -85,7 +81,7 @@ class CRM_Core_BAO_LocationTest extends CiviUnitTestCase { } /** - * create() method + * Create() method * create various elements of location block * without civicrm_loc_block entry */ @@ -209,7 +205,7 @@ class CRM_Core_BAO_LocationTest extends CiviUnitTestCase { } /** - * create() method + * Create() method * create various elements of location block * with civicrm_loc_block */ @@ -356,7 +352,7 @@ class CRM_Core_BAO_LocationTest extends CiviUnitTestCase { } /** - * deleteLocBlock() method + * DeleteLocBlock() method * delete the location block * created with various elements. * @@ -450,7 +446,7 @@ class CRM_Core_BAO_LocationTest extends CiviUnitTestCase { } /** - * getValues() method + * GetValues() method * get the values of various location elements */ function testLocBlockgetValues() {