Wrong documentation for amOnPage()
#81
Labels
documentation
Improvements or additions to documentation
amOnPage()
#81
The
amOnPage()
method used to accept both a path (e.g./that/3
) and a route (e.g.["/that/view", "id" => 3]
). This feature was removed, and the present method is not backward compatible. In fact, one can't use a full route anymore, except by splitting it intoamOnRoute()
(so upgrading an old test suite is painful). The problem is that the phpdoc was not updated:The text was updated successfully, but these errors were encountered: