Skip to content

Commit deee3d4

Browse files
Merge pull request #28 from matomo-org/fix-tests-2025-11-17
fix tests [no_release]
2 parents 836a45d + 8e93def commit deee3d4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

tests/Integration/CustomAlertsTest.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,9 @@ public function setUp(): void
3535
}
3636
public function testGetReportMediumOptions()
3737
{
38-
$this->assertEquals([
39-
['key' => 'email', 'value' => 'CustomAlerts_MediumEmail', 'disabled' => false],
40-
['key' => 'mobile', 'value' => 'CustomAlerts_MediumMobile', 'disabled' => false],
38+
$this->assertContains(
4139
['key' => 'slack', 'value' => 'CustomAlerts_MediumSlack', 'disabled' => false],
42-
], CustomAlerts::getReportMediumOptions());
40+
CustomAlerts::getReportMediumOptions()
41+
);
4342
}
4443
}
-29 Bytes
Loading

0 commit comments

Comments
 (0)