X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fapi%2Fv3%2FMailingTest.php;h=c09069d629be1a293390d21ebfed55f02fb29429;hb=fadb804f824b3fbc7a2f737cc9a4317055898b3a;hp=846dfcc5ed981db42879512194829af76a4291c7;hpb=389d11ec7b65de1b7c1b88ed030394c707439118;p=civicrm-core.git diff --git a/tests/phpunit/api/v3/MailingTest.php b/tests/phpunit/api/v3/MailingTest.php index 846dfcc5ed..c09069d629 100644 --- a/tests/phpunit/api/v3/MailingTest.php +++ b/tests/phpunit/api/v3/MailingTest.php @@ -37,7 +37,7 @@ class api_v3_MailingTest extends CiviUnitTestCase { protected $_apiversion = 3; protected $_params = array(); protected $_entity = 'Mailing'; - public $_eNoticeCompliant = TRUE; + function get_info() { return array( @@ -49,7 +49,7 @@ class api_v3_MailingTest extends CiviUnitTestCase { function setUp() { parent::setUp(); - $this->_groupID = $this->groupCreate(NULL); + $this->_groupID = $this->groupCreate(); $this->_email = 'test@test.test'; $this->_params = array( 'subject' => 'maild',