Skip to content
Snippets Groups Projects

Merging develop into main

Merged Ghost User requested to merge develop into main
8 files
+ 53
27
Compare changes
  • Side-by-side
  • Inline
Files
8
+ 7
0
@@ -12,6 +12,13 @@ use Drupal\Tests\TestSuites\TestSuiteBase;
*/
abstract class Base extends TestSuiteBase {
/**
* Unused variable to allow for otherwise useless __construct overrides.
*
* @var string
*/
protected string $internalTestType;
/**
* Finds extensions in a Drupal installation.
*
Loading