We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da2d216 commit f48a8a1Copy full SHA for f48a8a1
tests/WhenCoreTest.php
@@ -695,7 +695,7 @@ public function testGenerateOccurrencesErrorIgnored()
695
$test->RFC5545_COMPLIANT = When::IGNORE;
696
697
$test->startDate(new DateTime("19970905T090000"))
698
- ->rrule("FREQ=MONTHLY;COUNT=3;BYDAY=TU,WE,TH;BYSETPOS=3")
+ ->rrule("FREQ=MONTHLY;COUNT=2;BYDAY=TU,WE,TH;BYSETPOS=3")
699
->generateOccurrences();
700
701
$occurrences = $test->occurrences;
0 commit comments