ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
BinaryTest.php
Go to the documentation of this file.
1<?php
2
4
5use PHPUnit\Framework\TestCase;
7
8class 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}
An exception for terminatinating execution or to throw for unit testing.
The VCard component.
Definition: VCard.php:18
testMimeDir()
@expectedException \InvalidArgumentException
Definition: BinaryTest.php:13