From 5a9de193b23d489f1b5e9f7dd27c0a30daae377e Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Wed, 28 Jun 2017 14:29:45 +0200 Subject: [PATCH] Issue #2889353 by naveenvalecha, Lendude: Convert ForumIntegrationTest web tests to browser tests for forum module --- .../src/Functional}/Views/ForumIntegrationTest.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename core/modules/forum/{src/Tests => tests/src/Functional}/Views/ForumIntegrationTest.php (92%) diff --git a/core/modules/forum/src/Tests/Views/ForumIntegrationTest.php b/core/modules/forum/tests/src/Functional/Views/ForumIntegrationTest.php similarity index 92% rename from core/modules/forum/src/Tests/Views/ForumIntegrationTest.php rename to core/modules/forum/tests/src/Functional/Views/ForumIntegrationTest.php index f5677e41b6a..19c000012d7 100644 --- a/core/modules/forum/src/Tests/Views/ForumIntegrationTest.php +++ b/core/modules/forum/tests/src/Functional/Views/ForumIntegrationTest.php @@ -1,10 +1,10 @@