PMCORE-642
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
<directory suffix=".php">./workflow/engine/classes</directory>
|
||||
<directory suffix=".php">./workflow/engine/src</directory>
|
||||
<directory suffix=".php">./workflow/engine/methods/emailServer/</directory>
|
||||
<directory suffix=".php">./workflow/engine/controllers</directory>
|
||||
</whitelist>
|
||||
<exclude>
|
||||
<directory>./workflow/engine/classes/model/map</directory>
|
||||
|
||||
@@ -62,6 +62,9 @@ $_SESSION['__SYSTEM_UTC_TIME_ZONE__'] = (int) (env('MAIN_SYSTEM_UTC_TIME_ZONE',
|
||||
ini_set('date.timezone', $_SESSION['__SYSTEM_UTC_TIME_ZONE__'] ? 'UTC' : env('MAIN_TIME_ZONE', 'America/New_York'));
|
||||
define('TIME_ZONE', ini_get('date.timezone'));
|
||||
|
||||
//This path includes PM tables model classes
|
||||
set_include_path(get_include_path() . PATH_SEPARATOR . PATH_DB . SYS_SYS . "/");
|
||||
|
||||
// Overwrite with the ProcessMaker env.ini configuration used in production environments
|
||||
//@todo: move env.ini configuration to .env
|
||||
ini_set('date.timezone', TIME_ZONE); //Set Time Zone
|
||||
|
||||
1100
tests/unit/workflow/engine/controllers/PmTablesProxyTest.php
Normal file
1100
tests/unit/workflow/engine/controllers/PmTablesProxyTest.php
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user