diff --git a/core/modules/simpletest/src/BrowserTestBase.php b/core/modules/simpletest/src/BrowserTestBase.php index 218d03d..7a24ef4 100644 --- a/core/modules/simpletest/src/BrowserTestBase.php +++ b/core/modules/simpletest/src/BrowserTestBase.php @@ -44,12 +44,12 @@ * Drupal\Tests\yourmodule\Functional namespace and live in the * modules/yourmodule/Tests/Functional directory. * - * @ingroup testing - * * All BrowserTestBase tests must have two annotations to ensure process * isolation: * - @runTestsInSeparateProcesses * - @preserveGlobalState disabled + * + * @ingroup testing */ abstract class BrowserTestBase extends \PHPUnit_Framework_TestCase {