Skip to content

Commit

Permalink
Fix config scrutinizer.
Browse files Browse the repository at this point in the history
  • Loading branch information
estebandelaf committed Sep 24, 2024
1 parent b77c1c6 commit bfe9513
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,20 @@ build:
nodes:
analysis:
tests:
override:
- phpunit.xml
config_path: phpunit.xml
environment:
php:
version: 8.2.1
environment:
variables:
LIBREDTE_TESTS_DIR: tests
LIBREDTE_COMPANY: '76192083-9'
LIBREDTE_ENV_TEST_AUTH_DATE: '2019-12-23'
LIBREDTE_CERTIFICATE_FILE: 'tests/resources/certificates/fake-certificate.pfx'
LIBREDTE_CERTIFICATE_PASS: 'i_love_libredte'
dependencies:
before:
- composer install --no-progress --no-suggest --prefer-dist
- composer install --no-progress --prefer-dist

tools:
php_code_sniffer:
Expand Down

0 comments on commit bfe9513

Please sign in to comment.