Page MenuHomePhorge

Image.php
No OneTemporary

Authored By
Unknown
Size
339 B
Referenced Files
None
Subscribers
None

Image.php

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

File Metadata

Mime Type
text/x-php
Expires
Sat, Apr 4, 3:08 AM (23 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18732162
Default Alt Text
Image.php (339 B)

Event Timeline