Migrated to PHPUnit mocks in RobotsActionTest

This commit is contained in:
Alejandro Celaya
2022-10-12 18:23:36 +02:00
parent 4b958e8b87
commit 8cfa0b595c
6 changed files with 13 additions and 14 deletions

View File

@@ -52,7 +52,7 @@ jobs:
with:
php-version: ${{ matrix.php-version }}
tools: composer
- run: echo "::set-output name=composerArgs::${{ matrix.php-version == '8.2' && '--ignore-platform-req=php' || '' }}"
- run: echo "::set-output name=composerArgs::${{ matrix.php-version == '8.2' && '--ignore-platform-req=php+' || '' }}"
id: composer_args
shell: bash
- run: composer install --no-interaction --prefer-dist ${{ steps.composer_args.outputs.composerArgs }}