Page MenuHomePhorge

DBPgsql.php
No OneTemporary

Authored By
Unknown
Size
388 B
Referenced Files
None
Subscribers
None

DBPgsql.php

<?php
/**
* Test class to test rcube_db_pgsql class
*
* @package Tests
* @group database
* @group postgres
*/
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
Sat, Apr 4, 3:16 AM (1 d, 9 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
bf/92/2649580a8a344b2fe0ce81c8693c
Default Alt Text
DBPgsql.php (388 B)

Event Timeline