A class that can be used to more easily test cronjobs. You'll generally use this in testing an application to simply
verify that the application correctly registers the cronjobs you expect it to. This will not test that the cronjobs
actually run, as that is expected to be fully tested by the cron package that this system uses.
A class that can be used to more easily test cronjobs. You'll generally use this in testing an application to simply verify that the application correctly registers the cronjobs you expect it to. This will not test that the cronjobs actually run, as that is expected to be fully tested by the
cron
package that this system uses.