Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117752579
DBMssql.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
DBMssql.php
View Options
<?php
/**
* Test class to test rcube_db_mssql class
*
* @package Tests
* @group database
* @group mssql
*/
class
Framework_DBMssql
extends
PHPUnit_Framework_TestCase
{
/**
* Class constructor
*/
function
test_class
()
{
$object
=
new
rcube_db_mssql
(
'test'
);
$this
->
assertInstanceOf
(
'rcube_db_mssql'
,
$object
,
"Class constructor"
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, Apr 4, 4:22 AM (23 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18751236
Default Alt Text
DBMssql.php (385 B)
Attached To
Mode
R113 roundcubemail
Attached
Detach File
Event Timeline