Skip to content

Commit 85f202e

Browse files
Fixes for failing test
1 parent 9e38d79 commit 85f202e

File tree

5 files changed

+2
-1
lines changed

5 files changed

+2
-1
lines changed

phpcs.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<rule ref="Generic.Files.LineLength">
1717
<properties>
18-
<property name="lineLimit" value="260" />
18+
<property name="lineLimit" value="300" />
1919
</properties>
2020
<exclude-pattern>tests/*</exclude-pattern>
2121
</rule>

tests/Integration/ModelTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ public function test_triggerAlert_getTriggeredAlertsForPeriod_ShouldMarkAlertAsT
323323
'value_old' => 48.519,
324324
'additional_emails' => array('[email protected]', '[email protected]'),
325325
'phone_numbers' => array('0123456789'),
326+
'slack_channel_id' => '',
326327
'email_me' => 0,
327328
'id_sites' => array(1, 2),
328329
'report_mediums' => ['email', 'mobile']
3.67 KB
Loading
3.84 KB
Loading
3.59 KB
Loading

0 commit comments

Comments
 (0)