Page MenuHomePhorge

ResultThread.php
No OneTemporary

Authored By
Unknown
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
Fri, Apr 24, 9:58 AM (6 d, 8 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18751029
Default Alt Text
ResultThread.php (362 B)

Event Timeline