Skip to content

Commit bbd6d23

Browse files
committed
Se eliminan test que requieren credenciales del tests-readonly
1 parent 65223e6 commit bbd6d23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"scripts": {
4141
"docs": "php tools/phpdocumentor run --config=phpdoc.xml",
4242
"tests": "vendor/bin/phpunit --configuration=phpunit.xml --no-coverage",
43-
"tests-readonly": "XDEBUG_MODE=coverage vendor/bin/phpunit --configuration=phpunit.xml --filter 'testListarActividadesEconomicas|testObtenerSituacionTributariaTercero|testListarUfAnual|testListarUfMensual|testListarUfDiario|testObtenerDatosContribMisii|testObtenerCsvCompraDetalle|testObtenerCsvVentaDetalle'",
43+
"tests-readonly": "XDEBUG_MODE=coverage vendor/bin/phpunit --configuration=phpunit.xml --filter 'testListarActividadesEconomicas|testObtenerSituacionTributariaTercero|testListarUfAnual|testListarUfMensual|testListarUfDiario'",
4444
"tests-cover": "XDEBUG_MODE=coverage vendor/bin/phpunit --configuration=phpunit.xml",
4545
"tests-debug": "XDEBUG_MODE=debug vendor/bin/phpunit --configuration=phpunit.xml",
4646
"tests-act": "vendor/bin/phpunit --configuration=phpunit.xml --no-coverage --testsuite activ",

0 commit comments

Comments
 (0)