Add setUp and tearDown callbacks for jobs

This commit is contained in:
Chris Boulton 2010-04-20 10:02:34 +10:00
parent 94fed1cfb4
commit 6e6d7ad859
6 changed files with 114 additions and 3 deletions

View file

@ -1,6 +1,8 @@
## 1.1 (????-??-??) ##
* Change arguments for jobs to be an array as they're easier to work with in
PHP
PHP.
* Implement ability to have setUp and tearDown methods for jobs, called before
and after every single run.
## 1.0 (2010-04-18) ##