Page MenuHomePhorge

ShowAdditionalHeaders.php
No OneTemporary

Authored By
Unknown
Size
511 B
Referenced Files
None
Subscribers
None

ShowAdditionalHeaders.php

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

File Metadata

Mime Type
text/x-php
Expires
Fri, Apr 24, 11:08 AM (1 w, 5 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
d6/07/674e80f4231f6a40db7075112bed
Default Alt Text
ShowAdditionalHeaders.php (511 B)

Event Timeline