diff --git a/Inspection/Logic/module_json.sh b/Inspection/Logic/module_json.sh index 9203d2f..19be434 100755 --- a/Inspection/Logic/module_json.sh +++ b/Inspection/Logic/module_json.sh @@ -24,4 +24,3 @@ git submodule add https://github.com/karaka-management/oms-RiskManagement.git Mo git submodule add https://github.com/karaka-management/oms-HumanResourceTimeRecording.git Modules/HumanResourceTimeRecording git submodule add https://github.com/karaka-management/oms-HumanResourceManagement.git Modules/HumanResourceManagement git submodule add https://github.com/karaka-management/oms-Workflow.git Modules/Workflow -git submodule add https://github.com/karaka-management/oms-Job.git Modules/Job \ No newline at end of file diff --git a/Inspection/Php/tests.sh b/Inspection/Php/tests.sh index 8e44ae2..f49ba4e 100755 --- a/Inspection/Php/tests.sh +++ b/Inspection/Php/tests.sh @@ -18,3 +18,6 @@ php -d memory_limit=4G ${ROOT_PATH}/vendor/bin/phpstan analyse --autoload-file=$ php -d memory_limit=4G ${ROOT_PATH}/vendor/bin/phpstan analyse --autoload-file=${ROOT_PATH}/phpOMS/Autoloader.php -l 9 -c ${BUILD_PATH}/Config/phpstan.neon ${ROOT_PATH}/Web > ${INSPECTION_PATH}/Web/phpstan.log php -d memory_limit=4G ${ROOT_PATH}/vendor/bin/phpstan analyse --autoload-file=${ROOT_PATH}/phpOMS/Autoloader.php -l 9 -c ${BUILD_PATH}/Config/phpstan.neon --error-format=json ${ROOT_PATH}/phpOMS > ${INSPECTION_PATH}/Test/Php/phpstan.json + +# Cli debugging +# php -dzend_extension=xdebug.so -dxdebug.mode=debug -dxdebug.profiler_enable=1 \ No newline at end of file