Page MenuHomePhorge

ImapSearch.php
No OneTemporary

Authored By
Unknown
Size
369 B
Referenced Files
None
Subscribers
None

ImapSearch.php

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

File Metadata

Mime Type
text/x-php
Expires
Sun, Apr 5, 10:57 PM (2 w, 2 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
17/d7/13b7ebcd75a4af5a1c623ff82d67
Default Alt Text
ImapSearch.php (369 B)

Event Timeline