mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 13:51:54 +01:00
a538439a87
With this change, callmap tests can be skipped with `--exclude-group=callmap`: ```console $ php-noxdebug vendor/bin/paratest --passthru-php="-dmemory_limit=-1" --exclude-group=callmap ```