X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fapi%2Fv3%2FAllTests.php;h=a0ad53b7875931d3d6cfcbaff882c20e9b9b2b8f;hb=0e87954f62c4fa1c54d72c1cd2d47dc84f9e5201;hp=8ddcd46251742f350416ad5186a83a27376f64ff;hpb=1e66775e6f88ac33d643ca2d68577ab01dd41dd5;p=civicrm-core.git diff --git a/tests/phpunit/api/v3/AllTests.php b/tests/phpunit/api/v3/AllTests.php index 8ddcd46251..a0ad53b787 100644 --- a/tests/phpunit/api/v3/AllTests.php +++ b/tests/phpunit/api/v3/AllTests.php @@ -44,7 +44,8 @@ class api_v3_AllTests extends CiviTestSuite { private static $instance = NULL; /** - * Simple name based constructor + * Simple name based constructor. + * * @param string $theClass * @param string $name */ @@ -62,7 +63,7 @@ class api_v3_AllTests extends CiviTestSuite { } /** - * Build test suite dynamically + * Build test suite dynamically. */ public static function suite() { $inst = self::getInstance();