protected $_params = array();
protected $_entity = 'batch';
- /**
- * Constructor
- *
- * Initialize configuration
- */
- function __construct() {
- parent::__construct();
- }
-
/**
* Sets up the fixture, for example, opens a network connection.
* This method is called before a test is executed.
* @package CiviCRM
*/
class api_v3_CRM11793Test extends CiviUnitTestCase {
- /**
- * Constructor
- *
- * Initialize configuration
- */
- function __construct() {
- parent::__construct();
- }
/**
* Test setup for every test
class api_v3_ConstantTest extends CiviUnitTestCase {
protected $_apiversion = 3;
-
- /**
- * Constructor
- *
- * Initialize configuration
- */ function __construct() {
- parent::__construct();
- }
-
/**
* Test setup for every test
*
protected $_contactID;
protected $_financialTypeId =1;
- /**
- * Constructor
- *
- * Initialize configuration
- */
- function __construct() {
- parent::__construct();
- }
-
/**
* Test setup for every test
*
protected $_apiversion = 3;
protected $params;
-
- /**
- * Constructor
- *
- * Initialize configuration
- */ function __construct() {
- parent::__construct();
- }
-
/**
* Sets up the fixture, for example, opens a network connection.
* This method is called before a test is executed.
protected $_noteID;
protected $_note;
-
- /**
- *
- */
- function __construct() {
- parent::__construct();
- }
-
function setUp() {
$this->_apiversion = 3;
protected $_domainID2;
protected $_domainID3;
- /**
- *
- */
- function __construct() {
- parent::__construct();
-
- }
-
function setUp() {
parent::setUp();
$params = array(
const TEST_CACHE_GROUP = 'SystemTest';
const TEST_CACHE_PATH = 'api/v3/system';
- /**
- * Constructor
- *
- * Initialize configuration
- */
- function __construct() {
- parent::__construct();
- }
-
/**
* Sets up the fixture, for example, opens a network connection.
* This method is called before a test is executed.