drupal-check icon indicating copy to clipboard operation
drupal-check copied to clipboard

If PHPUnit is not installed, ignore `tests/src` directories

Open mglaman opened this issue 4 years ago • 2 comments

If PHPUnit isn't added to the Drupal project, let's add tests/src as excluded directories to avoid TestCase class not found errors

mglaman avatar Jul 28 '21 15:07 mglaman

Alternatively, adding phpstan/phpstan-phpunit as a dependency would provide the stubs and might be an easier work around.

mglaman avatar Jul 28 '21 15:07 mglaman

Maybe we'll keep this.

mglaman avatar Feb 02 '22 23:02 mglaman