From 1a1d3d475911d6c20c73546737c2dd2791e49e5f Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Sat, 4 Oct 2014 14:45:16 +0200 Subject: [PATCH] Issue #2318787 by jarsenx | melbs: Basic_auth Module: Fix documentation that refers to enabling/disabling of modules. --- .../basic_auth/src/Tests/Authentication/BasicAuthTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/basic_auth/src/Tests/Authentication/BasicAuthTest.php b/core/modules/basic_auth/src/Tests/Authentication/BasicAuthTest.php index b45105b9edde..3917a163f83a 100644 --- a/core/modules/basic_auth/src/Tests/Authentication/BasicAuthTest.php +++ b/core/modules/basic_auth/src/Tests/Authentication/BasicAuthTest.php @@ -18,7 +18,7 @@ class BasicAuthTest extends WebTestBase { /** - * Modules enabled for all tests. + * Modules installed for all tests. * * @var array */ -- GitLab