ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
BinaryTest.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
Sabre\VObject\Property
;
4
5
use PHPUnit\Framework\TestCase;
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
}
php
An exception for terminatinating execution or to throw for unit testing.
Sabre\VObject\Component\VCard
The VCard component.
Definition:
VCard.php:18
Sabre\VObject\Property\BinaryTest
Definition:
BinaryTest.php:8
Sabre\VObject\Property\BinaryTest\testMimeDir
testMimeDir()
@expectedException \InvalidArgumentException
Definition:
BinaryTest.php:13
Sabre\VObject\Property
Definition:
Binary.php:3
Sabre\VObject
Definition:
mergeduplicates.php:4
libs
composer
vendor
sabre
vobject
tests
VObject
Property
BinaryTest.php
Generated on Thu Oct 2 2025 19:01:17 for ILIAS by
1.9.4 (using
Doxyfile
)