PHPure is a command-line tool to generate php unit tests/
The process is simple, given an existing php website,
- Run the patching, by launching
java phpure <base dir>
- Let the website run for a while
- Unpatch by renaming all
*.*.uri
to*.*
- Unit tests are saved to
/logger.txt
If you want to override the test location or storage method, write your own phpure_save
method.