aboutsummaryrefslogtreecommitdiffhomepage
path: root/ecs.php
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-04-27 18:53:27 +0900
committernsfisis <nsfisis@gmail.com>2024-04-28 01:02:35 +0900
commitd8da7b5db06e28e55b52a3b46e920ea3be64f120 (patch)
tree8a1772f2b4d5c9c35146e7a8f19341e7fa0a7798 /ecs.php
parent25ad2004c1d786a1dbe42d24c08f228c870210a4 (diff)
downloadphp-waddiwasi-d8da7b5db06e28e55b52a3b46e920ea3be64f120.tar.gz
php-waddiwasi-d8da7b5db06e28e55b52a3b46e920ea3be64f120.tar.zst
php-waddiwasi-d8da7b5db06e28e55b52a3b46e920ea3be64f120.zip
feat: introduce PHPUnit
Diffstat (limited to 'ecs.php')
-rw-r--r--ecs.php1
1 files changed, 1 insertions, 0 deletions
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([