ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
BinaryTest.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Sabre\VObject\Property;
4 
6 use Sabre\VObject;
7 
8 class BinaryTest extends TestCase {
9 
13  function testMimeDir() {
14 
15  $vcard = new VObject\Component\VCard(['VERSION' => '3.0']);
16  $vcard->add('PHOTO', ['a', 'b']);
17 
18  }
19 
20 }
The VCard component.
Definition: VCard.php:18