Definition at line 8 of file FloatTest.php.
◆ testMimeDir()
Sabre\VObject\Property\FloatTest::testMimeDir |
( |
| ) |
|
Definition at line 10 of file FloatTest.php.
References Sabre\VObject\$input, and $result.
12 $input =
"BEGIN:VCARD\r\nVERSION:4.0\r\nX-FLOAT;VALUE=FLOAT:0.234;1.245\r\nEND:VCARD\r\n";
13 $mimeDir =
new VObject\Parser\MimeDir(
$input);
17 $this->assertInstanceOf(
'Sabre\VObject\Property\FloatValue',
$result->{
'X-FLOAT'});
22 ],
$result->{
'X-FLOAT'}->getParts());
The documentation for this class was generated from the following file:
- libs/composer/vendor/sabre/vobject/tests/VObject/Property/FloatTest.php