Page MenuHomePhorge

Enigma.php
No OneTemporary

Authored By
Unknown
Size
445 B
Referenced Files
None
Subscribers
None

Enigma.php

<?php
class Enigma_Plugin extends PHPUnit_Framework_TestCase
{
function setUp()
{
include_once __DIR__ . '/../enigma.php';
}
/**
* Plugin object construction test
*/
function test_constructor()
{
$rcube = rcube::get_instance();
$plugin = new enigma($rcube->api);
$this->assertInstanceOf('enigma', $plugin);
$this->assertInstanceOf('rcube_plugin', $plugin);
}
}

File Metadata

Mime Type
text/x-php
Expires
Fri, Apr 24, 1:14 PM (6 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18846222
Default Alt Text
Enigma.php (445 B)

Event Timeline