Page MenuHomePhorge

SearchContacts.php
No OneTemporary

Authored By
Unknown
Size
351 B
Referenced Files
None
Subscribers
None

SearchContacts.php

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

File Metadata

Mime Type
text/x-php
Expires
Fri, Apr 24, 10:42 AM (3 d, 31 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18798516
Default Alt Text
SearchContacts.php (351 B)

Event Timeline