From ea28d184585452ca8f2d53f3a949b7b21ea43e1f Mon Sep 17 00:00:00 2001 From: eileen Date: Fri, 26 Jul 2013 08:53:08 +1200 Subject: [PATCH] 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 --- tests/phpunit/api/v3/SyntaxConformanceTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.25.1