Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120839508
HttpAuthentication.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
500 B
Referenced Files
None
Subscribers
None
HttpAuthentication.php
View Options
<?php
class
HttpAuthentication_Plugin
extends
PHPUnit\Framework\TestCase
{
function
setUp
()
{
include_once
__DIR__
.
'/../http_authentication.php'
;
}
/**
* Plugin object construction test
*/
function
test_constructor
()
{
$rcube
=
rcube
::
get_instance
();
$plugin
=
new
http_authentication
(
$rcube
->
plugins
);
$this
->
assertInstanceOf
(
'http_authentication'
,
$plugin
);
$this
->
assertInstanceOf
(
'rcube_plugin'
,
$plugin
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Apr 24, 2:14 PM (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18881475
Default Alt Text
HttpAuthentication.php (500 B)
Attached To
Mode
R113 roundcubemail
Attached
Detach File
Event Timeline