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
Mon, Aug 17, 11:05 AM (2 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1261266
Default Alt Text
ImapSearch.php (369 B)

Event Timeline