Page MenuHomePhorge

DebugLogger.php
No OneTemporary

Size
468 B
Referenced Files
None
Subscribers
None

DebugLogger.php

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

File Metadata

Mime Type
text/x-php
Expires
Thu, Apr 9, 1:03 PM (1 d, 22 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
469560
Default Alt Text
DebugLogger.php (468 B)

Event Timeline