diff --git a/inspection.sh b/inspection.sh index 0515178..c758d39 100644 --- a/inspection.sh +++ b/inspection.sh @@ -6,6 +6,7 @@ # Executing unit tests php ${ROOT_PATH}/phpunit.phar --configuration ${ROOT_PATH}/${TEST_PATH}/PHPUnit/phpunit_default.xml > ${ROOT_PATH}/${BUILD_PATH}/logs/phpunit.log #phpdbg -qrr phpunit.phar --configuration Tests/PHPUnit/phpunit_default.xml +#php Documentor/src/index.php -s C:\Users\coyle\Desktop\Orange-Management\phpOMS -d C:\Users\coyle\Desktop\outtest -c C:\Users\coyle\Desktop\Orange-Management\Build\log\coverage.xml -u C:\Users\coyle\Desktop\Orange-Management\Build\log\test.xml -g C:\Users\coyle\Desktop\Orange-Management\Developer-Guide # Stats & metrics php ${ROOT_PATH}/phploc.phar ${ROOT_PATH}/phpOMS/ > ${ROOT_PATH}/${BUILD_PATH}/Framework/phploc.log diff --git a/var.sh b/var.sh index 3456c55..533622d 100644 --- a/var.sh +++ b/var.sh @@ -31,6 +31,7 @@ GITHUB_URL[15]="https://github.com/Orange-Management/Tests.git" GITHUB_URL[16]="https://github.com/Orange-Management/Web.git" GITHUB_URL[17]="https://github.com/Orange-Management/Website.git" GITHUB_URL[18]="https://github.com/Orange-Management/GitDashboard.git" +GITHUB_URL[19]="https://github.com/Orange-Management/Documentor.git" GIT_BRANCH="develop"