Skip to content

Commit ac624f3

Browse files
committed
Se añadió un conjunto de tests en composer.json, llamado tests-readonly. Se corrigió un llamado incorrecto a los tests en .scrutinizer.yml.
1 parent 537bbab commit ac624f3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build:
77
tests:
88
override:
99
- php-scrutinizer-run
10-
- command: composer tests_dte_temp
10+
- command: composer tests-dte
1111
coverage:
1212
file: var/tests-coverage.xml
1313
format: clover

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@
4141
"docs": "php tools/phpdocumentor run --config=phpdoc.xml",
4242
"tests": "XDEBUG_MODE=coverage vendor/bin/phpunit --configuration=phpunit.xml",
4343
"tests-dte": "XDEBUG_MODE=coverage vendor/bin/phpunit --configuration=phpunit.xml --testsuite dte-facturacion",
44+
"tests-contab": "XDEBUG_MODE=coverage vendor/bin/phpunit --configuration=phpunit.xml --testsuite lce-contabilidad",
4445
"tests-cobros": "XDEBUG_MODE=coverage vendor/bin/phpunit --configuration=phpunit.xml --testsuite pagos-cobros-mas",
45-
"tests-readonly": "XDEBUG_MODE=coverage vendor/bin/phpunit --configuration=phpunit.xml --testsuite readonly",
46+
"tests-readonly": "XDEBUG_MODE=coverage vendor/bin/phpunit --configuration=phpunit.xml --filter 'testBuscarDteTemp|testDescargarPdfDteTemp|testEmitirDteTemp|testEliminarDteTemp|testListarDteTemp|testListarCobrosDteTemp|testBuscarCobroDteTemp'",
4647
"phpcs-fix": "php-cs-fixer fix -v --config=php-cs-fixer.php .",
4748
"phpcs-fix-dry-run": "php-cs-fixer fix -v --dry-run --diff --config=php-cs-fixer.php .",
4849
"phpstan": "phpstan analyse --configuration=phpstan.neon --memory-limit=1G",

0 commit comments

Comments
 (0)