diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-04-27 18:53:27 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-04-28 01:02:35 +0900 |
| commit | d8da7b5db06e28e55b52a3b46e920ea3be64f120 (patch) | |
| tree | 8a1772f2b4d5c9c35146e7a8f19341e7fa0a7798 /ecs.php | |
| parent | 25ad2004c1d786a1dbe42d24c08f228c870210a4 (diff) | |
| download | php-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.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ use PhpCsFixer\Fixer\FunctionNotation\NativeFunctionInvocationFixer; return function (ECSConfig $ecsConfig): void { $ecsConfig->paths([ __DIR__ . '/src', + __DIR__ . '/tests', __DIR__ . '/examples', ]); $ecsConfig->sets([ |
