Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F7055170
EnigmaDriverGnupg.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
498 B
Referenced Files
None
Subscribers
None
EnigmaDriverGnupg.php
View Options
<?php
class
Enigma_EnigmaDriverGnupg
extends
PHPUnit\Framework\TestCase
{
static
function
setUpBeforeClass
()
{
include_once
__DIR__
.
'/../lib/enigma_driver.php'
;
include_once
__DIR__
.
'/../lib/enigma_driver_gnupg.php'
;
}
/**
* Test constructor
*/
function
test_constructor
()
{
$rcube
=
rcube
::
get_instance
();
$plugin
=
new
enigma_driver_gnupg
(
$rcube
->
user
);
$this
->
assertInstanceOf
(
'enigma_driver'
,
$plugin
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Jun 12, 2:55 AM (19 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
909966
Default Alt Text
EnigmaDriverGnupg.php (498 B)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment