Page MenuHomePhorge

Rcube.php
No OneTemporary

Authored By
Unknown
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
Sat, Apr 4, 1:30 AM (1 w, 6 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
c1/2b/711d02fe43a1d1ba1fe2bc52c40c
Default Alt Text
Rcube.php (323 B)

Event Timeline