Page MenuHomePhorge

Imap.php
No OneTemporary

Authored By
Unknown
Size
327 B
Referenced Files
None
Subscribers
None

Imap.php

<?php
/**
* Test class to test rcube_imap class
*
* @package Tests
*/
class Framework_Imap extends PHPUnit_Framework_TestCase
{
/**
* Class constructor
*/
function test_class()
{
$object = new rcube_imap;
$this->assertInstanceOf('rcube_imap', $object, "Class constructor");
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, Apr 6, 12:56 AM (5 d, 6 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18739761
Default Alt Text
Imap.php (327 B)

Event Timeline