From 16aa30cac7f10289ed1cd21ef3b78afdb3745a21 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Tue, 29 Mar 2022 02:05:38 +0800 Subject: [PATCH] Add tests to Annotation exclusion --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d6596066..fea99826 100644 --- a/composer.json +++ b/composer.json @@ -82,7 +82,8 @@ }, "zm": { "exclude-annotation-path": [ - "src/ZM" + "src/ZM", + "tests" ] } },