Skip to content

Releases: xp-framework/webtest

7.1.0: XP 11 compatibility

04 Mar 09:05
Compare
Choose a tag to compare
  • Fixed urlencode(): Passing null to parameter [...] of type string is
    deprecated
    warnings in PHP 8
    (@thekid)
  • Added compatibility with XP 11, newer dependency versions - @thekid

7.0.0: Drop PHP 5

05 Apr 12:50
Compare
Choose a tag to compare

6.6.0: XP10 compatibility

05 Apr 12:49
Compare
Choose a tag to compare
  • Added WebTestCase::getCookies() to access all cookies - @thekid
  • Made compatible with XP 10 - @thekid
  • Removed dependency on scriptlet library - @thekid

6.5.1: Forward compatible dependencies declaration

20 Dec 10:59
Compare
Choose a tag to compare
  • Added dependency on logging, patterns and networking libraries which
    have since been extracted from XP core.
    (@thekid)

6.5.0: Enter PHP 5.5

13 Dec 22:37
Compare
Choose a tag to compare
  • Heads up: Changed minimum XP version to run webtests to XP
    6.5.0, and with it the minimum PHP version to PHP 5.5
    (@thekid)

6.4.4: Webtest annotation

22 Aug 12:27
Compare
Choose a tag to compare
  • Introduced new @webtest annotation replacing necessity to overwrite
    the getConnection() method. See #3
    (@thekid)

6.4.3: Encoding fixes

06 Aug 12:19
Compare
Choose a tag to compare
  • Fixed assertTextPresent() also taking head section into account, now
    only looks inside HTML body
    (@thekid)
  • Fixed issue #1: Problem with HTML w/o encoding - @thekid

6.4.2: Extract from core

06 Aug 11:44
Compare
Choose a tag to compare