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
This is a very old issue but I was able to reproduce it with the latest version.
The function searchTemplates() cycles through the tree of children correctly except when a view has more than one child where it returns early if the first child's template does not match the asserted template.
Assign it to me and I will fix it.
assertTemplateName
appears to return too early, and does not recursively search all child templates (see below).Originally posted by @SorX14 at zendframework/zend-test#59
The text was updated successfully, but these errors were encountered: