mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-05 10:02:16 +09:00
Update test folder structure.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8540 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0a53ac3e9d
commit
c3fdbbf399
10 changed files with 63 additions and 45 deletions
8
test-phpUnit/db/xml_query/mssql/config.mssql.inc.php
Normal file
8
test-phpUnit/db/xml_query/mssql/config.mssql.inc.php
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
$oContext = &Context::getInstance();
|
||||
|
||||
$db_info->db_type = 'mssql';
|
||||
$db_info->db_table_prefix = 'xe';
|
||||
|
||||
$oContext->setDbInfo($db_info);
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue