We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2db0db commit ae77820Copy full SHA for ae77820
1 file changed
composer.json
@@ -33,7 +33,7 @@
33
"phpstan/phpstan-phpunit": "^2"
34
},
35
"scripts": {
36
- "_Instalar docs": "curl -L https://www.phpdoc.org/phpDocumentor.phar -o phpdoc.phar; chmod +x phpdoc.phar",
+ "install-docs": "curl -L https://www.phpdoc.org/phpDocumentor.phar -o phpdoc.phar; chmod +x phpdoc.phar",
37
"docs": "php tools/phpdocumentor run --config=phpdoc.xml",
38
"tests": "vendor/bin/phpunit --configuration=phpunit.xml --no-coverage",
39
"tests-readonly": "XDEBUG_MODE=coverage vendor/bin/phpunit --configuration=phpunit.xml --filter 'testListarActividadesEconomicas|testObtenerSituacionTributariaTercero|testListarUfAnual|testListarUfMensual|testListarUfDiario'",
0 commit comments