]> git.mxchange.org Git - friendica.git/commitdiff
Merge branch 'improve-tests' into add-static-code-analysis
authorArt4 <art4@wlabs.de>
Sun, 10 Nov 2024 00:20:29 +0000 (00:20 +0000)
committerArt4 <art4@wlabs.de>
Sun, 10 Nov 2024 00:20:29 +0000 (00:20 +0000)
1  2 
composer.json

diff --cc composer.json
index 706ee3f0e4a4085ca38ba25c07137b97ce8747ad,36905f81d166204e4d1c2aabaccca06378b7f0ff..12df630ccf06672742bbee48faf793292b74eb57
        },
        "scripts": {
                "test": "phpunit",
+               "test:unit": "phpunit -c tests/phpunit.xml --testsuite unit",
 +              "phpstan": "phpstan analyze --memory-limit 1024M --configuration .phpstan.neon",
                "lint": "find . -name \\*.php -not -path './vendor/*' -not -path './view/asset/*' -print0 | xargs -0 -n1 php -l",
                "docker:translate": "docker run --rm -v $PWD:/data -w /data friendicaci/transifex bin/run_xgettext.sh",
                "cs:install": "@composer install --working-dir=bin/dev/php-cs-fixer",