The [pds/skeleton](https://github.com/php-pds/skeleton) standard indicates that the directory for test cases should be named `tests` (plural), not `test` (singular) as done here. If compliance with that standard is not a goal, please disregard this issue.
The pds/skeleton standard indicates that the directory for test cases should be named
tests(plural), nottest(singular) as done here.If compliance with that standard is not a goal, please disregard this issue.