Set up mockery library for php unit test

This commit is contained in:
raviks789 2024-01-15 12:39:09 +01:00
parent 0ea0a8fd83
commit a0fba398a1
1 changed files with 1 additions and 0 deletions

View File

@ -150,6 +150,7 @@ jobs:
- name: Setup Libraries
run: |
composer require --working-dir=_icingaweb2 -n --no-progress mockery/mockery
mkdir _libraries
git clone --depth 1 -b snapshot/nightly https://github.com/Icinga/icinga-php-library.git _libraries/ipl
git clone --depth 1 -b snapshot/nightly https://github.com/Icinga/icinga-php-thirdparty.git _libraries/vendor