goez / b3
A skeleton for building composer based library
0.1.16
2020-02-18 03:37 UTC
Requires
- php: >=7.2
Requires (Dev)
- mockery/mockery: ^1.2
- phpunit/phpunit: ^7.0|^8.0
- roave/security-advisories: dev-master
- sempro/phpunit-pretty-print: ^1.2
Suggests
- mikey179/vfsStream: Virtual file system to mock the real file system in unit tests.
- orchestra/testbench: Laravel Testing Helper for Packages Development
- spatie/phpunit-watcher: Automatically rerun PHPUnit tests when source code changes (Install globally)
README
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