Skip to content
Snippets Groups Projects
Commit cf6909c8 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2754541 by webflo, YesCT: Fix folder location in BrowserTestBase docs

parent 440b828b
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
* *
* Tests extending BrowserTestBase must exist in the * Tests extending BrowserTestBase must exist in the
* Drupal\Tests\yourmodule\Functional namespace and live in the * Drupal\Tests\yourmodule\Functional namespace and live in the
* modules/yourmodule/Tests/Functional directory. * modules/yourmodule/tests/src/Functional directory.
* *
* @ingroup testing * @ingroup testing
* *
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
* *
* Tests extending BrowserTestBase must exist in the * Tests extending BrowserTestBase must exist in the
* Drupal\Tests\yourmodule\Functional namespace and live in the * Drupal\Tests\yourmodule\Functional namespace and live in the
* modules/yourmodule/Tests/Functional directory. * modules/yourmodule/tests/src/Functional directory.
* *
* @ingroup testing * @ingroup testing
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment