Skip to content

Commit 388bb3f

Browse files
authoredOct 11, 2024··
.
1 parent 43bc8e3 commit 388bb3f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎tests/VObject/Property/ICalendar/RecurTest.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -198,11 +198,10 @@ public function testValidateStripNoFreq(): void
198198
public function testUnrepairableRRule(): void
199199
{
200200
$calendar = new VCalendar();
201-
$property = $calendar->createProperty('RRULE', 'IAmNotARRule');
202201

203202
$this->expectException(InvalidDataException::class);
204203

205-
$property->validate(Node::REPAIR);
204+
$property = $calendar->createProperty('RRULE', 'IAmNotARRule');
206205
}
207206

208207
public function testValidateInvalidByMonthRruleWithRepair(): void

0 commit comments

Comments
 (0)
Please sign in to comment.