Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 502 Bytes

TESTS.md

File metadata and controls

29 lines (19 loc) · 502 Bytes

Running tests

PHPStan

Go to AdminNotification plugin dir:

composer install

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

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

PHPCS

Go to AdminNotification plugin dir:

composer install

Run PHP Codesniffer

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