localgovdrupal / localgov_alert_banner

Alert banner module for LocalGovDrupal
GNU General Public License v2.0
5 stars 8 forks source link

PHPUnit tests: PHP Fatal error: Uncaught Error: Class "Drupal\Tests\group\Kernel\GroupKernelTestBase" not found #382

Closed finnlewis closed 1 month ago

finnlewis commented 1 month ago

Just trying to run all the phpunit tests locally and getting this:

PHP Fatal error:  Uncaught Error: Class "Drupal\Tests\group\Kernel\GroupKernelTestBase" not found in /var/www/html/web/modules/contrib/localgov_alert_banner/modules/group_alert_banner/tests/src/Kernel/GroupAlertBannerTest.php:10

Any quick thoughts @andybroomfield ?

andybroomfield commented 1 month ago

@finnlewis Have you got group installed? The group one is for microsites.

finnlewis commented 1 month ago

Yeah, thanks @andybroomfield

I'll add some documentation about running all the tests locally.

Currently I needed to do:

ddev composer require drupal/group
ddev phpunit