- Issue created by @meanderix
- πΊπΈUnited States mglaman WI, USA
We need to copy over this boilerplate:
/** * {@inheritdoc} */ protected function setUp(): void { // PHPUnit has `checkRequirements` as a private method since 9.x. // We run Drupal's `checkRequirements` again, here, to verify our module // requirement. // @todo remove after https://www.drupal.org/i/3261817 $this->checkRequirements();
But I'm not sure if it will work since the base class comes from the dev dependency.