From c0b0023d0cad387c669556047e9cd8f21fbf7ed4 Mon Sep 17 00:00:00 2001 From: Kentaro Ohkouchi Date: Fri, 14 Sep 2018 18:47:32 +0900 Subject: [PATCH] Add @group cache-clear --- tests/Eccube/Tests/Web/Admin/Store/PluginControllerTest.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/Eccube/Tests/Web/Admin/Store/PluginControllerTest.php b/tests/Eccube/Tests/Web/Admin/Store/PluginControllerTest.php index 2209470308d..eed36decce0 100644 --- a/tests/Eccube/Tests/Web/Admin/Store/PluginControllerTest.php +++ b/tests/Eccube/Tests/Web/Admin/Store/PluginControllerTest.php @@ -16,6 +16,9 @@ use Eccube\Repository\BaseInfoRepository; use Eccube\Tests\Web\Admin\AbstractAdminWebTestCase; +/** + * @group cache-clear + */ class PluginControllerTest extends AbstractAdminWebTestCase { public function testRoutingAuthentication()