Skip to content

Commit b65b2d1

Browse files
committed
Update changelog.markdown
1 parent a08a9b4 commit b65b2d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

changelog.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ codecept run unit tests/unit/Codeception/TestLoaderTest:testAddCept
3939
* <strong>[REST]</strong> sendXXX methods now encode objects implementing JsonSerializable interfaces. *2014-12-19*
4040
* <strong>[REST]</strong> added methods to validate JSON structure *2014-12-19*
4141

42-
`seeResponseJsonMatchesJsonPath` validates response JSON against <strong>[JsonPath]</strong>(http://goessner.net/articles/JsonPath/).
42+
`seeResponseJsonMatchesJsonPath` validates response JSON against [JsonPath](http://goessner.net/articles/JsonPath/).
4343
Usage of JsonPath requires library "flow/jsonpath" to be installed.
4444

4545
`seeResponseJsonMatchesXpath` validates response JSON against XPath.
46-
It converts JSON structure into valid XPath document and executes XPath for it.
46+
It converts JSON structure into valid XML document and executes XPath for it.
4747

4848
`grabDataFromResponseByJsonPath` method was added as well to grab data JSONPath.
4949

0 commit comments

Comments
 (0)