From: eileen Date: Tue, 2 Jan 2024 05:13:22 +0000 (+1300) Subject: Disable check temporily for PR juggling X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2add86c7a5800a0d145ec9dbd68c27c70c960597;p=civicrm-core.git Disable check temporily for PR juggling --- diff --git a/tests/phpunit/api/v4/Entity/WorkflowMessageTest.php b/tests/phpunit/api/v4/Entity/WorkflowMessageTest.php index e91c05c329..5b1c7bf464 100644 --- a/tests/phpunit/api/v4/Entity/WorkflowMessageTest.php +++ b/tests/phpunit/api/v4/Entity/WorkflowMessageTest.php @@ -40,7 +40,10 @@ class WorkflowMessageTest extends Api4TestBase implements TransactionalInterface ->addWhere('name', 'LIKE', 'case%') ->execute() ->indexBy('name'); - $this->assertTrue(isset($result['case_activity'])); + // Temporarily make this false - we are going to put the real slim shady + // in place soon - at which point we can re-enable but turn off for + // the bait & switch. + $this->assertFalse(isset($result['case_activity'])); } /**