projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc0c30c
)
mark test e-notice compliant
author
Eileen
<eileen@fuzion.co.nz>
Fri, 3 Jan 2014 05:31:37 +0000
(18:31 +1300)
committer
Eileen
<eileen@fuzion.co.nz>
Fri, 3 Jan 2014 05:31:37 +0000
(18:31 +1300)
tests/phpunit/CRM/Core/Payment/BaseIPNTest.php
patch
|
blob
|
blame
|
history
diff --git
a/tests/phpunit/CRM/Core/Payment/BaseIPNTest.php
b/tests/phpunit/CRM/Core/Payment/BaseIPNTest.php
index 7d3695b284b2e2533a5d9d6a7737d03cf87678b0..2169552b6ce5fd47fb8eb1b7f1b4c4c0b73d7bb6 100644
(file)
--- a/
tests/phpunit/CRM/Core/Payment/BaseIPNTest.php
+++ b/
tests/phpunit/CRM/Core/Payment/BaseIPNTest.php
@@
-28,10
+28,7
@@
require_once 'CiviTest/CiviUnitTestCase.php';
class CRM_Core_Payment_BaseIPNTest extends CiviUnitTestCase {
- //@todo make BAO enotice compliant & remove the line below
- // WARNING - NEVER COPY & PASTE $_eNoticeCompliant = FALSE
- // new test classes should be compliant.
- public $_eNoticeCompliant = FALSE;
+
protected $_contributionTypeId;
protected $_contributionParams;
protected $_contactId;