fixing all automated test units
This commit is contained in:
11
tests/shared/os/db.php
Normal file
11
tests/shared/os/db.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
define ('DB_RBAC_HOST', DB_HOST );
|
||||
define ('DB_RBAC_NAME', DB_NAME );
|
||||
define ('DB_RBAC_USER', DB_USER );
|
||||
define ('DB_RBAC_PASS', DB_PASS );
|
||||
define ('DB_REPORT_HOST', DB_HOST );
|
||||
define ('DB_REPORT_NAME', DB_NAME );
|
||||
define ('DB_REPORT_USER', DB_USER );
|
||||
define ('DB_REPORT_PASS', DB_PASS );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user