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