Page MenuHomePhorge

HttpAuthentication.php
No OneTemporary

Authored By
Unknown
Size
506 B
Referenced Files
None
Subscribers
None

HttpAuthentication.php

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

File Metadata

Mime Type
text/x-php
Expires
Fri, Apr 24, 12:58 PM (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18870191
Default Alt Text
HttpAuthentication.php (506 B)

Event Timeline