Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117751067
DBMysql.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
385 B
Referenced Files
None
Subscribers
None
DBMysql.php
View Options
<?php
/**
* Test class to test rcube_db_mysql class
*
* @package Tests
* @group database
* @group mysql
*/
class
Framework_DBMysql
extends
PHPUnit_Framework_TestCase
{
/**
* Class constructor
*/
function
test_class
()
{
$object
=
new
rcube_db_mysql
(
'test'
);
$this
->
assertInstanceOf
(
'rcube_db_mysql'
,
$object
,
"Class constructor"
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, Apr 4, 2:49 AM (4 d, 5 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
8d/b3/71a2ceca09f7ab11eafbed9d0ab8
Default Alt Text
DBMysql.php (385 B)
Attached To
Mode
R113 roundcubemail
Attached
Detach File
Event Timeline