Page MenuHomePhorge

ResultThread.php
No OneTemporary

Size
362 B
Referenced Files
None
Subscribers
None

ResultThread.php

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

File Metadata

Mime Type
text/x-php
Expires
Thu, Apr 9, 3:06 PM (20 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
463350
Default Alt Text
ResultThread.php (362 B)

Event Timeline