Download the PHP package icyapril/whats-changed without Composer
On this page you can find all versions of the php package icyapril/whats-changed. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download icyapril/whats-changed
More information about icyapril/whats-changed
Files in icyapril/whats-changed
Download icyapril/whats-changed
More information about icyapril/whats-changed
Files in icyapril/whats-changed
Vendor icyapril
Package whats-changed
Short Description Run PHPUnit tests on only classes and tests which have changed
License BSD-3-Clause
Package whats-changed
Short Description Run PHPUnit tests on only classes and tests which have changed
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package whats-changed
What's Changed?
Run PHPUnit tests only on files which have changed. Useful during development stages when working with codebases with huge test suites.
How to use
- Make sure your project is set-up with Git
- Pull in through Composer
- Run ``
- Magic!
Conditions
- Only works with files ending with `
- Assumes your classes are in
and tests are mapped in the exact file structure in the
folder. - If a Unit Test in the ` folder is changed, that test is re-run
- Files which are monitored are those which are changed in the working tree since your last commit and those modified in the previous commit
Examples
If is changed we look for a test suite in
, if the test ` is changed we run that test.
Note
- I wrote this in a few hours overnight once
- This doesn't support Windows
- You should run all your tests at least once before you merge your code in. This tool is purely to aid development whilst working with a large set of tests.
All versions of whats-changed with dependencies
PHP Build Version
Package Version
The package icyapril/whats-changed contains the following files
Loading the files please wait ....