Phpunit Start Kit
About
Phpunit Start Kit is a PHP-TDD-Skeleton for library like Sympony Components.
Usage
If your namespace is Cable8mm\PhpunitStartKit,
Install:
composer create-project cable8mm/phpunit-start-kit project-name
cd project-name
composer start Cable8mm\\PhpunitStartKitTest:
➜ phpunit-start-kit git:(master) ✗ composer test
PHPUnit 7.5.0 by Sebastian Bergmann and contributors.
. 1 / 1 (100%)
Time: 89 ms, Memory: 10.00MB
OK (1 test, 1 assertion)
➜ phpunit-start-kit git:(master) ✗Additional it provides both StyleCI and TravisCI and Github Action config files(.styleci.yml, .travis.yml, php.yml).
License
The Phpunit Start Kit is open-sourced software licensed under the MIT license.