Page MenuHomePhorge

Imap.php
No OneTemporary

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, Sep 7, 10:19 AM (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1318759
Default Alt Text
Imap.php (327 B)

Event Timeline