Page MenuHomePhorge

ListContacts.php
No OneTemporary

Authored By
Unknown
Size
345 B
Referenced Files
None
Subscribers
None

ListContacts.php

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

File Metadata

Mime Type
text/x-php
Expires
Sat, Apr 4, 2:55 AM (5 d, 2 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18719115
Default Alt Text
ListContacts.php (345 B)

Event Timeline