Page MenuHomePhorge

Contacts.php
No OneTemporary

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
Thu, Apr 9, 2:53 PM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
463054
Default Alt Text
Contacts.php (355 B)

Event Timeline