Skip to content

Fix the Behat test suite with low dependencies #1853

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

meyerbaptiste
Copy link
Member

@meyerbaptiste meyerbaptiste commented Apr 12, 2018

Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets N/A
License MIT
Doc PR N/A

This PR fixes missing steps with low dependencies:

--- FeatureContext has missing steps. Define them with these snippets:
    /**
     * @Then the JSON node :arg1 should match :arg2
     */
    public function theJsonNodeShouldMatch($arg1, $arg2)
    {
        throw new PendingException();
    }

See https://travis-ci.org/api-platform/core/jobs/365496238#L699-L707 for example.

@meyerbaptiste meyerbaptiste merged commit 2e0c647 into api-platform:2.2 Apr 12, 2018
@meyerbaptiste meyerbaptiste deleted the fix_behatch_low_dependencies branch April 12, 2018 13:38
teohhanhui pushed a commit to teohhanhui/api-platform-core that referenced this pull request May 2, 2018
…ow_dependencies

Fix the Behat test suite with low dependencies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants