Add simple unit test

This commit is contained in:
Joseph Bielawski
2023-09-05 12:28:12 +02:00
committed by Jerry Ma
parent 8d348b9e14
commit 33798ff108
4 changed files with 97 additions and 7 deletions

View File

@@ -65,5 +65,5 @@ return (new PhpCsFixer\Config())
'phpdoc_var_without_name' => false,
])
->setFinder(
PhpCsFixer\Finder::create()->in(__DIR__ . '/src')
PhpCsFixer\Finder::create()->in([__DIR__ . '/src', __DIR__ . '/tests/SPC'])
);