Skip to content

v2.2.7

Compare
Choose a tag to compare
@josephmancuso josephmancuso released this 27 Jul 22:38
· 220 commits to 2.2 since this release

Change Log

Added

  • Added several new testing methods: assertHasAmount, assertNotHasAmount, parameterIs, assertParameterIs, headerIs, assertIsStatus
  • Added better exception messages for when a controller is not found
  • Added ability to activate subdomains while testing
  • Added ability to only add specific routes rather than adding addtional routes while testing

Fixed

  • Assertion messages for amount has been improved.
  • Fixed issue with routes ending in trailing slash throwing 404
  • Fixed captureOutput test method.

Internal

  • Refactored route provider tests
  • Now uses CircleCI for continuous integration.