drupal-check
drupal-check copied to clipboard
If PHPUnit is not installed, ignore `tests/src` directories
If PHPUnit isn't added to the Drupal project, let's add tests/src as excluded directories to avoid TestCase class not found errors
Alternatively, adding phpstan/phpstan-phpunit as a dependency would provide the stubs and might be an easier work around.
Maybe we'll keep this.