ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
AclPrincipalPropSetReportTest.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
Sabre\DAVACL\Xml\Request
;
4
5
class
AclPrincipalPropSetReportTest
extends
\Sabre\DAV\Xml\XmlTest
{
6
7
protected
$elementMap
= [
8
9
'{DAV:}acl-principal-prop-set'
=>
'Sabre\DAVACL\Xml\Request\AclPrincipalPropSetReport'
,
10
11
];
12
13
function
testDeserialize
() {
14
15
$xml
= <<<XML
16
<?xml version=
"1.0"
encoding=
"utf-8"
?>
17
<
D
:acl-principal-prop-
set
xmlns:
D
=
"DAV:"
>
18
<
D
:prop>
19
<
D
:displayname/>
20
</
D
:prop>
21
</
D
:acl-principal-prop-
set
>
22
XML;
23
24
$result
= $this->
parse
(
$xml
);
25
26
$this->assertEquals([
'{DAV:}displayname'
],
$result
[
'value'
]->properties);
27
28
}
29
30
}
Sabre\DAVACL\Xml\Request\AclPrincipalPropSetReportTest\testDeserialize
testDeserialize()
Definition:
AclPrincipalPropSetReportTest.php:13
$result
$result
Definition:
CleanUpTest.php:463
Sabre\DAV\Xml\XmlTest
Definition:
XmlTest.php:8
Sabre\DAVACL\Xml\Request\AclPrincipalPropSetReportTest
Definition:
AclPrincipalPropSetReportTest.php:5
Sabre\DAV\Xml\XmlTest\parse
parse($xml, array $elementMap=[])
Definition:
XmlTest.php:26
$xml
$xml
Definition:
fetch_windows_zones.php:11
Sabre\DAVACL\Xml\Request
Definition:
AclPrincipalPropSetReport.php:3
php
ILIAS\UI\Component\Dropdown
Definition:
Dropdown.php:5
Sabre\DAVACL\Xml\Request\AclPrincipalPropSetReportTest\$elementMap
$elementMap
Definition:
AclPrincipalPropSetReportTest.php:7
libs
composer
vendor
sabre
dav
tests
Sabre
DAVACL
Xml
Request
AclPrincipalPropSetReportTest.php
Generated on Thu Jan 16 2025 19:01:52 for ILIAS by
1.8.13 (using
Doxyfile
)