From: eileen Date: Thu, 25 Jul 2013 20:53:08 +0000 (+1200) Subject: CRM-13072 this is the last mole in our game of whack-a-mole. ie every fix after I... X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ea28d184585452ca8f2d53f3a949b7b21ea43e1f;p=civicrm-core.git CRM-13072 this is the last mole in our game of whack-a-mole. ie every fix after I upgraded the parent class to fail on any failed api calls within it caused something eelse to pop up - but now all are passing --- diff --git a/tests/phpunit/api/v3/SyntaxConformanceTest.php b/tests/phpunit/api/v3/SyntaxConformanceTest.php index 2ed95be953..d73afe2510 100644 --- a/tests/phpunit/api/v3/SyntaxConformanceTest.php +++ b/tests/phpunit/api/v3/SyntaxConformanceTest.php @@ -139,7 +139,7 @@ class api_v3_SyntaxConformanceTest extends CiviUnitTestCase { } public static function toBeSkipped_delete($sequential = FALSE) { - $entitiesWithout = array('Mailing', 'MailingGroup', 'Constant', 'Entity', 'Location', 'Domain', 'Profile', 'CustomValue'); + $entitiesWithout = array('MailingGroup', 'Constant', 'Entity', 'Location', 'Domain', 'Profile', 'CustomValue'); if ($sequential === TRUE) { return $entitiesWithout; }