Skip to content

Throw Exceptions on More Unsupported Operations Calls

Pre-release
Pre-release
Compare
Choose a tag to compare
@lukewaite lukewaite released this 07 Apr 21:40
· 29 commits to master since this release

Added

  • Added exceptions on further unsupported operations. These two methods would both silently discard the $delay previously and set to 0.
    • BatchQueue::release() #20
    • BatchJob::release() Diff
  • More complete test coverage (#18, #19)