Skip to content

Add repeat expanders tests #153

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

Closed
wants to merge 3 commits into from
Closed

Add repeat expanders tests #153

wants to merge 3 commits into from

Conversation

JarJak
Copy link
Contributor

@JarJak JarJak commented Apr 21, 2019

They will fail here

@JarJak
Copy link
Contributor Author

JarJak commented Apr 21, 2019

But in #151 they pass :)

@peter279k
Copy link
Contributor

peter279k commented Apr 23, 2019

The Travis CI build is failed due to the PHPMatcher\Matcher\Pattern\Expander\Repeat::__construct constructor.

The constructor only accepts the string $pattern.

If we want to allow the mixed type for $pattern variable, we should remove the string type hint inside this constructor.

@JarJak
Copy link
Contributor Author

JarJak commented Apr 23, 2019

@peter279k oh, really? It is done in #151

@peter279k
Copy link
Contributor

@peter279k oh, really? It is done in #151

That's right. You can check the Travis CI build log :).

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