Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F1821842
CollectionTest.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
434 B
Subscribers
None
CollectionTest.php
View Options
<?php
namespace
Sabre\CalDAV\Principal
;
use
Sabre\DAVACL
;
class
CollectionTest
extends
\PHPUnit_Framework_TestCase
{
function
testGetChildForPrincipal
()
{
$back
=
new
DAVACL\PrincipalBackend\Mock
();
$col
=
new
Collection
(
$back
);
$r
=
$col
->
getChildForPrincipal
(
array
(
'uri'
=>
'principals/admin'
,
));
$this
->
assertInstanceOf
(
'Sabre
\\
CalDAV
\\
Principal
\\
User'
,
$r
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Dec 24, 10:42 AM (16 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
913838
Default Alt Text
CollectionTest.php (434 B)
Attached To
rDAVCAL DokuWiki DAVCal PlugIn
Event Timeline
Log In to Comment