Page MenuHomePhorge

EnigmaDriverGnupg.php
No OneTemporary

Size
498 B
Referenced Files
None
Subscribers
None

EnigmaDriverGnupg.php

<?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

Mime Type
text/x-php
Expires
Fri, Jun 12, 2:55 AM (20 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
909966
Default Alt Text
EnigmaDriverGnupg.php (498 B)

Event Timeline