Skip to content
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.

Add test on ability to check json payload against json schema #87

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gmorel
Copy link

@gmorel gmorel commented Oct 7, 2014

Hi

Currently when we use @Then the JSON should be valid according to this schema: step, the JSON payload is not validated against the given schema.

Here is the test highlighting the issue with the fix.

Keep up the good work

@gmorel
Copy link
Author

gmorel commented Nov 21, 2014

link to #90

@gmorel gmorel changed the title Behat3 - Fix ability to test json payload against json schema Fix ability to test json payload against json schema Dec 2, 2014
@stephpy stephpy mentioned this pull request Dec 2, 2014
@gmorel gmorel force-pushed the fix/allow_schema_deep_validation branch from ec35992 to 3938b76 Compare February 2, 2015 11:45
@gmorel gmorel changed the title Fix ability to test json payload against json schema Add test on ability to check json payload against json schema Feb 2, 2015
@gmorel
Copy link
Author

gmorel commented Feb 2, 2015

ping @sanpii

@@ -6,7 +6,7 @@

class Json
{
private $content;
protected $content;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This modification has no relation with the rest of this PR.

@sanpii sanpii requested review from sanpii and removed request for sanpii April 13, 2017 20:41
@guilliamxavier
Copy link
Contributor

This has been applied as 68b0e36

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants