Page MenuHomePhorge

DBSqlite.php
No OneTemporary

Size
354 B
Referenced Files
None
Subscribers
None

DBSqlite.php

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

File Metadata

Mime Type
text/x-php
Expires
Fri, Jul 10, 12:16 AM (20 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1054617
Default Alt Text
DBSqlite.php (354 B)

Event Timeline