mirror of
https://github.com/danog/psalm.git
synced 2024-12-02 09:37:59 +01:00
Add option to skip callmap test
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 ```
This commit is contained in:
parent
886acd16ec
commit
a538439a87
@ -44,6 +44,7 @@ use const PHP_MAJOR_VERSION;
|
|||||||
use const PHP_MINOR_VERSION;
|
use const PHP_MINOR_VERSION;
|
||||||
use const PHP_VERSION;
|
use const PHP_VERSION;
|
||||||
|
|
||||||
|
/** @group callmap */
|
||||||
class InternalCallMapHandlerTest extends TestCase
|
class InternalCallMapHandlerTest extends TestCase
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user