ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
Issue153Test.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
Sabre\VObject
;
4
5
use PHPUnit\Framework\TestCase;
6
7
class
Issue153Test
extends
TestCase {
8
9
function
testRead
() {
10
11
$obj =
Reader::read
(file_get_contents(dirname(__FILE__) .
'/issue153.vcf'
));
12
$this->assertEquals(
'Test Benutzer'
, (
string
)$obj->FN);
13
14
}
15
16
}
php
An exception for terminatinating execution or to throw for unit testing.
Sabre\VObject\Issue153Test
Definition:
Issue153Test.php:7
Sabre\VObject\Issue153Test\testRead
testRead()
Definition:
Issue153Test.php:9
Sabre\VObject\Reader\read
static read($data, $options=0, $charset='UTF-8')
Parses a vCard or iCalendar object, and returns the top component.
Definition:
Reader.php:42
Sabre\VObject
Definition:
mergeduplicates.php:4
libs
composer
vendor
sabre
vobject
tests
VObject
Issue153Test.php
Generated on Thu Oct 2 2025 19:01:16 for ILIAS by
1.9.4 (using
Doxyfile
)