You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am pretty interested in using a similar DSL to rspec given and jasmine given but in php.
I was wondering about trying to write some sort of plugin for pecs to do this but not sure how doable such a thing would be.
Perhaps it would be possible to do some introspection and dependency injection of return values from previous given, when or then functions into following ones?
I am pretty interested in using a similar DSL to rspec given and jasmine given but in php.
I was wondering about trying to write some sort of plugin for pecs to do this but not sure how doable such a thing would be.
Ideally tests would look like:
Perhaps it would be possible to do some introspection and dependency injection of return values from previous given, when or then functions into following ones?
Any ideas?
Refs:
The text was updated successfully, but these errors were encountered: