ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
SlashRTest.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
Sabre\VObject
;
4
5
use
PHPUnit\Framework\TestCase
;
6
11
class
SlashRTest
extends
TestCase {
12
13
function
testEncode
() {
14
15
$vcal
=
new
Component\VCalendar();
16
$prop =
$vcal
->add(
'test'
,
"abc\r\ndef"
);
17
$this->assertEquals(
"TEST:abc\\ndef\r\n"
, $prop->serialize());
18
19
}
20
21
22
}
Sabre\VObject
Definition:
mergeduplicates.php:4
$vcal
$vcal
Definition:
bench_freebusygenerator.php:22
Sabre\VObject\SlashRTest
This issue was pointed out in Issue 55.
Definition:
SlashRTest.php:11
php
Sabre\VObject\SlashRTest\testEncode
testEncode()
Definition:
SlashRTest.php:13
TestCase
libs
composer
vendor
sabre
vobject
tests
VObject
SlashRTest.php
Generated on Thu Jan 16 2025 19:01:54 for ILIAS by
1.8.13 (using
Doxyfile
)