X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fapi%2Fv3%2FDashboardTest.php;h=183a5584af065de03171a863b8338045a3b4c40c;hb=0722cb9f94d229f2857096fc277de1b9b1be6b7c;hp=41c7988ac1ad5bbeef8a5fac15ba6363dd194857;hpb=95d8ddc04c08360567c00283822622fb8bcb0b35;p=civicrm-core.git diff --git a/tests/phpunit/api/v3/DashboardTest.php b/tests/phpunit/api/v3/DashboardTest.php index 41c7988ac1..183a5584af 100644 --- a/tests/phpunit/api/v3/DashboardTest.php +++ b/tests/phpunit/api/v3/DashboardTest.php @@ -19,16 +19,12 @@ * . */ -/** - * Include class definitions - */ -require_once 'CiviTest/CiviUnitTestCase.php'; - /** * Test APIv3 civicrm_action_schedule functions * * @package CiviCRM_APIv3 * @subpackage API_ActionSchedule + * @group headless */ class api_v3_DashboardTest extends CiviUnitTestCase { protected $_params; @@ -37,10 +33,10 @@ class api_v3_DashboardTest extends CiviUnitTestCase { protected $_apiversion = 3; /** - * Test setup for every test + * Test setup for every test. * - * Connect to the database, truncate the tables that will be used - * and redirect stdin to a temporary file + * Connect to the database, truncate the tables that will be used + * and redirect stdin to a temporary file */ public function setUp() { // Connect to the database