From bfe9513bdfedf12d83f7486f105c3e87b5d4666e Mon Sep 17 00:00:00 2001 From: Esteban De La Fuente Rubio Date: Mon, 23 Sep 2024 23:21:36 -0300 Subject: [PATCH] Fix config scrutinizer. --- .scrutinizer.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 26c5f5d9..f03b1be9 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -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: