1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +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:
Bruce Weirdan 2023-02-15 00:30:45 -04:00
parent 886acd16ec
commit a538439a87
No known key found for this signature in database
GPG Key ID: CFC3AAB181751B0D

View File

@ -44,6 +44,7 @@ use const PHP_MAJOR_VERSION;
use const PHP_MINOR_VERSION;
use const PHP_VERSION;
/** @group callmap */
class InternalCallMapHandlerTest extends TestCase
{
/**