Skip to content

Commit

Permalink
Remove always dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmcnaughton committed Jun 20, 2024
1 parent 6472ea8 commit d8abc1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ext/message_admin/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
<compatibility>
<ver>5.76</ver>
</compatibility>
<requires>
<ext>org.civicrm.afform</ext>
</requires>
<comments/>
<classloader>
<psr0 prefix="CRM_" path="."/>
Expand Down
2 changes: 2 additions & 0 deletions tests/phpunit/api/v3/SyntaxConformanceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ public function setUp(): void {
parent::setUp();
$this->enableCiviCampaign();
$this->toBeImplemented['get'] = [
// Not apiv3.
'Afform',
// CxnApp.get exists but relies on remote data outside our control; QA w/UtilsTest::testBasicArrayGet
'CxnApp',
'Profile',
Expand Down

0 comments on commit d8abc1e

Please sign in to comment.