Page MenuHomePhorge

DBSqlite.php
No OneTemporary

Authored By
Unknown
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
Sat, Apr 4, 6:13 AM (1 w, 1 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
92/04/b4a397b22a603ebb44b641d5e84f
Default Alt Text
DBSqlite.php (354 B)

Event Timeline