Adding changes at time to resolve a comflict
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
|
||||||
if [ $1 = '-d' ] ; then
|
if [ $1 = '-d' ] ; then
|
||||||
export PM_UNIT_DB_USER=root
|
export PM_UNIT_DB_USER=root
|
||||||
export PM_UNIT_DB_NAME=wf_ralph
|
export PM_UNIT_DB_NAME=wf_ralph
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
// ProcessMaker Test Unit Bootstrap
|
// ProcessMaker Test Unit Bootstrap
|
||||||
|
|
||||||
// Defining the PATH_SEP constant, he we are defining if the the path separator symbol will be '\\' or '/'
|
// Defining the PATH_SEP constant, he we are defining if the the path separator symbol will be '\\' or '/'
|
||||||
|
|
||||||
define('PATH_SEP', '/');
|
define('PATH_SEP', '/');
|
||||||
|
|
||||||
if (!defined('__DIR__')) {
|
if (!defined('__DIR__')) {
|
||||||
|
|||||||
Reference in New Issue
Block a user