ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
Sabre\VObject\Property\BinaryTest Class Reference
+ Inheritance diagram for Sabre\VObject\Property\BinaryTest:
+ Collaboration diagram for Sabre\VObject\Property\BinaryTest:

Public Member Functions

 testMimeDir ()
 @expectedException \InvalidArgumentException More...
 

Detailed Description

Definition at line 8 of file BinaryTest.php.

Member Function Documentation

◆ testMimeDir()

Sabre\VObject\Property\BinaryTest::testMimeDir ( )

@expectedException \InvalidArgumentException

Definition at line 13 of file BinaryTest.php.

13 {
14
15 $vcard = new VObject\Component\VCard(['VERSION' => '3.0']);
16 $vcard->add('PHOTO', ['a', 'b']);
17
18 }

The documentation for this class was generated from the following file: