Skip to content

Version 1.1.0

Compare
Choose a tag to compare
@stevegrunwell stevegrunwell released this 14 Jan 22:04
· 87 commits to develop since this release
  • Added the assertElementContains(), assertElementNotContains(), assertElementRegExp(), and assertElementNotRegExp() assertions, for verifying the contents of elements that match the given DOM query (#6).
  • Moved the Tests namespace into a development-only autoloader, to prevent them from potentially being included in projects using this library (#7).
  • Based on this article by Martin Hujer, remove the composer.lock file from the library (#8).
  • Lower the minimum version of zendframework/zend-dom to 2.2.5 for maximum portability (#9).