5use PHPUnit\Framework\TestCase;
12 $input =
"BEGIN:VCARD\r\nX-AWESOME;VALUE=BOOLEAN:TRUE\r\nX-SUCKS;VALUE=BOOLEAN:FALSE\r\nEND:VCARD\r\n";
15 $this->assertTrue($vcard->{
'X-AWESOME'}->getValue());
16 $this->assertFalse($vcard->{
'X-SUCKS'}->getValue());
18 $this->assertEquals(
'BOOLEAN', $vcard->{
'X-AWESOME'}->getValueType());
19 $this->assertEquals(
$input, $vcard->serialize());
An exception for terminatinating execution or to throw for unit testing.
static read($data, $options=0, $charset='UTF-8')
Parses a vCard or iCalendar object, and returns the top component.
foreach($paths as $path) if($argc< 3) $input