Page MenuHomePhorge

DBSqlite.php
No OneTemporary

Size
390 B
Referenced Files
None
Subscribers
None

DBSqlite.php

<?php
/**
* Test class to test rcube_db_sqlite class
*
* @package Tests
* @group database
* @group sqlite
*/
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
Thu, Apr 9, 1:11 PM (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
463019
Default Alt Text
DBSqlite.php (390 B)

Event Timeline