Skip to content

Sources & Maintenance

Drupal Research Install

Path: ~/workspace/contrib/web/

Web Sources

Source URL Guide Sections Last Verified
Types of tests - Drupal.org https://www.drupal.org/docs/develop/automated-testing/types-of-tests 1, 2 2026-02-12
PHPUnit in Drupal - Drupal.org https://www.drupal.org/docs/develop/automated-testing/phpunit-in-drupal 1, 6, 8 2026-02-12
Running PHPUnit tests - Drupal.org https://www.drupal.org/docs/develop/automated-testing/phpunit-in-drupal/running-phpunit-tests 6, 8 2026-02-12
Setup tasks in Kernel tests - Drupal.org https://www.drupal.org/docs/automated-testing/phpunit-in-drupal/setup-tasks-in-kernel-tests 3.2 2026-02-12
Making HTTP requests in Kernel tests - Drupal.org https://www.drupal.org/docs/develop/automated-testing/phpunit-in-drupal/making-http-requests-programmatically-in-kernel-tests 3.2 2026-02-12
Mocking Entities and Services - Drupal.org https://www.drupal.org/docs/develop/automated-testing/phpunit-in-drupal/mocking-entities-and-services-with-phpunit-and-mocks 3.1 2026-02-12
Creating FunctionalJavascript tests - Drupal.org https://www.drupal.org/docs/develop/automated-testing/phpunit-in-drupal/creating-functionaljavascript-tests-real-browser 3.4 2026-02-12
Running PHPUnit JavaScript tests - Drupal.org https://www.drupal.org/docs/develop/automated-testing/phpunit-in-drupal/running-phpunit-javascript-tests 3.4, 8 2026-02-12
Performance tests - Drupal.org https://www.drupal.org/docs/develop/automated-testing/performance-tests 4 2026-02-12
Automated testing - Drupal.org https://www.drupal.org/docs/develop/automated-testing 5 2026-02-12
PHPUnit and Drupal Test Traits - drupalatyourfingertips.com https://www.drupalatyourfingertips.com/dtt 7 2026-02-12
Tests - Drupal at your Fingertips https://www.drupalatyourfingertips.com/dtt.html 1, 2, 7 2026-02-12
Run Functional JavaScript Tests - Drupalize.me https://drupalize.me/tutorial/run-functional-javascript-tests 3.3 2026-02-12
Specbee - Write Your First Test Case Using PHPUnit & Kernel https://www.specbee.com/blogs/write-your-first-test-case-using-phpunit-kernel-in-drupal 2 2026-02-12
OWASP Testing Guide https://owasp.org/www-project-web-security-testing-guide/ 7 2026-02-12

Code Sources

Module Relative Path Guide Sections Drupal Version
Core Tests core/tests/ 1, 3.1, 3.2, 3.3, 3.4, 4 11.x
UnitTestCase core/tests/Drupal/Tests/UnitTestCase.php 3.1 11.x
KernelTestBase core/tests/Drupal/KernelTests/KernelTestBase.php 3.2 11.x
BrowserTestBase core/tests/Drupal/Tests/BrowserTestBase.php 3.3 11.x
WebDriverTestBase core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php 3.4 11.x
PerformanceTestBase core/tests/Drupal/FunctionalJavascriptTests/PerformanceTestBase.php 4 11.x
PHPUnit config core/phpunit.xml.dist 6 11.x