Page MenuHomePhorge

ImapSearch.php
No OneTemporary

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
Thu, Apr 9, 3:00 PM (1 d, 3 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
462963
Default Alt Text
ImapSearch.php (369 B)

Event Timeline