Page MenuHomePhorge

DBPgsql.php
No OneTemporary

Size
350 B
Referenced Files
None
Subscribers
None

DBPgsql.php

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

File Metadata

Mime Type
text/x-php
Expires
Thu, Apr 9, 2:46 PM (1 d, 22 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
463196
Default Alt Text
DBPgsql.php (350 B)

Event Timeline