Page MenuHomePhorge

ExampleAddressbook.php
No OneTemporary

Authored By
Unknown
Size
506 B
Referenced Files
None
Subscribers
None

ExampleAddressbook.php

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

File Metadata

Mime Type
text/x-php
Expires
Fri, Apr 24, 1:55 PM (5 d, 3 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
86/33/6cf2638235805024adf3645ebebe
Default Alt Text
ExampleAddressbook.php (506 B)

Event Timeline