From: Jon goldberg Date: Sun, 26 Jul 2015 19:31:37 +0000 (-0400) Subject: Edit SyntaxConformanceTest to indicate that ignore_severity has testing constraints X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d47a6f4a1fc39ec5720cdc87832e7154aac32273;p=civicrm-core.git Edit SyntaxConformanceTest to indicate that ignore_severity has testing constraints --- diff --git a/tests/phpunit/api/v3/SyntaxConformanceTest.php b/tests/phpunit/api/v3/SyntaxConformanceTest.php index 2987a957f6..97d299264a 100644 --- a/tests/phpunit/api/v3/SyntaxConformanceTest.php +++ b/tests/phpunit/api/v3/SyntaxConformanceTest.php @@ -620,6 +620,11 @@ class api_v3_SyntaxConformanceTest extends CiviUnitTestCase { 'where_tables', ), ), + 'StatusPreference' => array( + 'break_return' => array( + 'ignore_severity', + ), + ), ); if (empty($knownFailures[$entity]) || empty($knownFailures[$entity][$key])) { return array();