Skip to content

Releases: ThomasWeinert/phpunit-xpath-assertions

3.0.0

03 Dec 11:33
633f9b2
Compare
Choose a tag to compare
  • Document on how to create your own phar
  • Use official Phing via alias
  • Use build file from updated extension skeleton
  • Declare extension dependencies
  • Update/configure dependencies
  • Added support for PHPunit 9, dropped support for PHPUnit 7 and PHP < 7.3

2.0.0

03 Mar 20:04
2f7262c
Compare
Choose a tag to compare
  • Modified: support/require PHPUnit 7
  • Added: Allow to use constraints and assertions with and against JSON structures

1.1.0

25 Oct 19:14
5510681
Compare
Choose a tag to compare
  • Modified: PHPUnit\Xpath\Constraint\XpathMatch now supports scalar Xpath expressions and scalar expected values

1.0.2

15 Oct 15:12
101cf7e
Compare
Choose a tag to compare

Fix Phive manifest template

1.0.1

15 Oct 12:18
4ead524
Compare
Choose a tag to compare

Add support for Phive (Phar)

1.0.0

14 Oct 12:38
Compare
Choose a tag to compare

Initial release with match, count and equal constraints for DOM documents using Xpath expressions.

  • Added: PHPUnit\Xpath\Constraint\XpathCount
  • Added: PHPUnit\Xpath\Constraint\XpathEquals
  • Added: PHPUnit\Xpath\Constraint\XpathMatch
  • Added: PHPUnit\Xpath\Constraint::equalToXpathResult()
  • Added: PHPUnit\Xpath\Constraint::matchesXpathResultCount()
  • Added: PHPUnit\Xpath\Constraint::matchesXpathExpression()
  • Added: PHPUnit\Xpath\Constraint::equalToXpathResult()
  • Added: PHPUnit\Xpath\Constraint::matchesXpathResultCount()
  • Added: PHPUnit\Xpath\Assert::assertXpathMatch()
  • Added: PHPUnit\Xpath\Assert::assertXpathEquals()
  • Added: PHPUnit\Xpath\Assert::assertXpathCount()