Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Phpunit Start Kit

Latest Stable Version Total Downloads StyleCI Build Status PHP Composer License

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\\PhpunitStartKit

Test:

➜  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.

You can’t perform that action at this time.