Page MenuHomePhorge

Rcube.php
No OneTemporary

Size
323 B
Referenced Files
None
Subscribers
None

Rcube.php

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

File Metadata

Mime Type
text/x-php
Expires
Thu, Apr 9, 1:12 PM (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
462899
Default Alt Text
Rcube.php (323 B)

Event Timeline