From 7f2fd8fd0825b3a2ebaebe42831dd4944ceb3cc7 Mon Sep 17 00:00:00 2001 From: Kentaro Ohkouchi Date: Mon, 6 Apr 2020 17:06:23 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=97=E3=83=A9=E3=82=B0=E3=82=A4=E3=83=B3?= =?UTF-8?q?=E3=81=AB=20Codeception=20=E3=82=92=E5=90=8C=E6=A2=B1=E3=81=A7?= =?UTF-8?q?=E3=81=8D=E3=82=8B=E3=82=88=E3=81=86=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/config/eccube/services.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/eccube/services.yaml b/app/config/eccube/services.yaml index 9d6a5e34c83..2b7bb7590c5 100644 --- a/app/config/eccube/services.yaml +++ b/app/config/eccube/services.yaml @@ -74,7 +74,7 @@ services: Plugin\: resource: '../../../app/Plugin/*' - exclude: '../../../app/Plugin/*/{Entity,Resource,ServiceProvider,Tests,DoctrineMigrations}' + exclude: '../../../app/Plugin/*/{Entity,Resource,ServiceProvider,Tests,Codeception,DoctrineMigrations}' Customize\: resource: '../../../app/Customize/*'