added xdebug and mbstring

This commit is contained in:
2021-06-29 13:14:59 +03:00
committed by GitHub
parent ee0ea99680
commit 9a29937b1b

View File

@@ -14,6 +14,7 @@ jobs:
- name: PHPUnit Tests - name: PHPUnit Tests
uses: php-actions/phpunit@v2 uses: php-actions/phpunit@v2
with: with:
php_extensions: xdebug mbstring
bootstrap: vendor/autoload.php bootstrap: vendor/autoload.php
configuration: phpunit.xml configuration: phpunit.xml
args: --coverage-text args: --coverage-text