Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Simplify dynamic order verification #215

Closed
enumag opened this issue Apr 18, 2017 · 1 comment
Closed

Simplify dynamic order verification #215

enumag opened this issue Apr 18, 2017 · 1 comment

Comments

@enumag
Copy link

enumag commented Apr 18, 2017

http://eloquent-software.com/phony/latest/#dynamic-order-verification

It seems that the methods inOrderSequence() and anyOrderSequence() are pretty much useless and should be deprecated in favor of inOrder(...$calls) and anyOrder(...$calls). Of course they are needed when using older PHP versions to avoid call_user_func_array so you might want to postpone this to when you switch phony to new PHP.

@ezzatron
Copy link
Contributor

Agreed, when we drop PHP <7, this can go.

@ezzatron ezzatron added this to the 2.0.0 milestone Sep 20, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants