Skip to content

Add additional test for where annotation as part of single route Get #84

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
merged 1 commit into from
Apr 14, 2019

Conversation

loonytoons
Copy link
Collaborator

Ensures both the detail and standard route definition scans output the expected result.
Also checks both the following methods of adding a where clause:

   /**
     * @Get("/{key}", where={"key": "value"})
     */
    /**
     * @Any("/")
     * @Where(key="value")
     */

@loonytoons loonytoons force-pushed the fix-where-annotation branch from ebd8241 to c7ecc15 Compare April 14, 2019 22:51
@jpcaparas jpcaparas merged commit 0a2baea into LaravelCollective:5.8 Apr 14, 2019
@loonytoons loonytoons deleted the fix-where-annotation branch August 29, 2019 01:09
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.

2 participants