Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 522 Bytes

TESTS.md

File metadata and controls

29 lines (19 loc) · 522 Bytes

Running tests

PHPStan

Go to RerIntranetSubnetwork plugin dir:

composer install

Go to Matomo root (/var/www/html usually) run:

/var/www/html/plugins/RerIntranetSubnetwork/vendor/bin/phpstan analyze -c /var/www/html/plugins/RerIntranetSubnetwork/tests/phpstan.neon --level=1 /var/www/html/plugins/RerIntranetSubnetwork

PHPCS

Go to RerIntranetSubnetwork plugin dir:

composer install

Run PHP Codesniffer

vendor/bin/phpcs --ignore=*/vendor/*  --standard=PSR2 .