7/25
What a mess! My computer unexpectedly died, leaving me with no other option but to buy a new one, get it rush shipped to me, and come up with creative ways to scrounge my files from the old one. After an irritating couple days, all my programs and files seem to back in place and running.
The framework changed structure a little bit, mostly to allow for a more complex logging system and easily allow mini-scripts to be plugged into it. This makes it simpler to understand how the GUI works, and makes it possible for automation scripts to run from cronjobs or a task schedule – just about any action that you could want to use on the framework is possible. The GUI has gone from a simple tool for convenience to the control center for logging (saving, loading, deleting) and testing – not to mention it spawning something of an API for the test framework.
The only other addition I’d like to make to the GUI is having a text input box that you can use instead of the console, since PHPUnit offers quite a few console options that would be great to have in conjunction with the framework’s logging and output system.
So for the next week? Implement that feature (shouldn’t be difficult at this point), and give the actual test suite some more meat on its bones.
