We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43bc8e3 commit 388bb3fCopy full SHA for 388bb3f
tests/VObject/Property/ICalendar/RecurTest.php
@@ -198,11 +198,10 @@ public function testValidateStripNoFreq(): void
198
public function testUnrepairableRRule(): void
199
{
200
$calendar = new VCalendar();
201
- $property = $calendar->createProperty('RRULE', 'IAmNotARRule');
202
203
$this->expectException(InvalidDataException::class);
204
205
- $property->validate(Node::REPAIR);
+ $property = $calendar->createProperty('RRULE', 'IAmNotARRule');
206
}
207
208
public function testValidateInvalidByMonthRruleWithRepair(): void
0 commit comments