Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117751542
DBPgsql.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
388 B
Referenced Files
None
Subscribers
None
DBPgsql.php
View Options
<?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
Details
Attached
Mime Type
text/x-php
Expires
Sat, Apr 4, 3:14 AM (2 h, 10 m ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
c3/7d/67edc1257804bd500a4509e0bef7
Default Alt Text
DBPgsql.php (388 B)
Attached To
Mode
R113 roundcubemail
Attached
Detach File
Event Timeline