Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F6067378
Acl.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
437 B
Referenced Files
None
Subscribers
None
Acl.php
View Options
<?php
class
Acl_Plugin
extends
PHPUnit\Framework\TestCase
{
function
setUp
()
{
include_once
__DIR__
.
'/../acl.php'
;
}
/**
* Plugin object construction test
*/
function
test_constructor
()
{
$rcube
=
rcube
::
get_instance
();
$plugin
=
new
acl
(
$rcube
->
plugins
);
$this
->
assertInstanceOf
(
'acl'
,
$plugin
);
$this
->
assertInstanceOf
(
'rcube_plugin'
,
$plugin
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, May 22, 5:12 AM (1 d, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
767486
Default Alt Text
Acl.php (437 B)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment