Skip to content

Commit

Permalink
RemoteEntityTest: Use assertArraySubset in testGetActions()
Browse files Browse the repository at this point in the history
CiviCRM 5.70 additionally has `getLinks`.
  • Loading branch information
Dominic Tubach committed Feb 12, 2024
1 parent c0aa73f commit 127d0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/Civi/Api4/RemoteEntityTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public function testDeleteWithoutProfile(): void {
*/
public function testGetActions(): void {
$result = TestRemoteGroup::getActions()->execute();
static::assertEquals([
static::assertArraySubset([
'checkAccess',
'delete',
'get',
Expand Down

0 comments on commit 127d0ef

Please sign in to comment.