drupal-dtt

Installation
SKILL.md

Drupal Test Traits (DTT) — ExistingSite Tests

When to Use

  • Testing against a real, running Drupal site
  • Smoke tests and integration tests against production-like data
  • When you need real content, config, and users
  • Regression tests for bugs found in production

Basic Structure

// tests/src/ExistingSite/MyFeatureTest.php
namespace Drupal\Tests\my_module\ExistingSite;

use weitzman\DrupalTestTraits\ExistingSiteBase;
Installs
30
GitHub Stars
71
First Seen
Apr 22, 2026
drupal-dtt — edutrul/drupal-ai