Skip to content

A skeleton for building composer based library with PHPUnit

Notifications You must be signed in to change notification settings

goez-tools/library-skeleton-phpunit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awesome library for something

This is a composer based library.

Install

composer require vendor/package --dev

Usage

Documents for this library.

Hacking

Install spatie/phpunit-watcher globally:

composer global require spatie/phpunit-watcher

Watch modification of source and test cases, then run:

phpunit-watcher watch

Just run test cases:

vendor/bin/phpunit

License

MIT

About

A skeleton for building composer based library with PHPUnit

Resources

Stars

Watchers

Forks

Packages

No packages published