Page MenuHomePhorge

Contacts.php
No OneTemporary

Authored By
Unknown
Size
355 B
Referenced Files
None
Subscribers
None

Contacts.php

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

File Metadata

Mime Type
text/x-php
Expires
Sat, Apr 4, 6:41 AM (1 w, 2 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
6d/29/51f59a1f9dbf46a0df469fb24db4
Default Alt Text
Contacts.php (355 B)

Event Timeline