From d8da7b5db06e28e55b52a3b46e920ea3be64f120 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 27 Apr 2024 18:53:27 +0900 Subject: feat: introduce PHPUnit --- ecs.php | 1 + 1 file changed, 1 insertion(+) (limited to 'ecs.php') diff --git a/ecs.php b/ecs.php index d883d3f..af807fe 100644 --- a/ecs.php +++ b/ecs.php @@ -10,6 +10,7 @@ use PhpCsFixer\Fixer\FunctionNotation\NativeFunctionInvocationFixer; return function (ECSConfig $ecsConfig): void { $ecsConfig->paths([ __DIR__ . '/src', + __DIR__ . '/tests', __DIR__ . '/examples', ]); $ecsConfig->sets([ -- cgit v1.2.3-70-g09d2