atoum / atoum

The modern, simple and intuitive PHP unit testing framework.

Home Page:http://atoum.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question about calling($mock)->MyMethod[…]

franck-paul opened this issue · comments

The documentation says that we can cope with successive calls to a mock method, using [0], [1], and so on.

Is there any property/method/way to get the current array index ?