-
Notifications
You must be signed in to change notification settings - Fork 4
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
stubs and atoum extensions #3
Comments
@agallou I would say that each extension should expose its own stubs. I'll try to build one for an extension to see how we could make this. |
Proposal :
Example : https://gist.github.com/agallou/1bde12b1f3bea9894b0a This means we have to maintain a list of extensions in the asserters.php file of the stubs projets (it won't cause any problem if the trait does not exists). |
+1 for me |
well let's see atoum/atoum#753 |
Some extensions add new asserters.
Do you know how we could also add autocomplete on this asserters ?
(adding another atoum class causes problems for the autocompletion).
(
plus, if we found there could be packaging questions, where do we put the stub ?
)
(in the last 2, I don't know how we could do this).
The text was updated successfully, but these errors were encountered: