Hi all,
I’m writing some phpunit tests for my yii website. For menu, instead of having bar menu ‘button’ I have a tree and so I’m wondering how to be able to click on each link of my tree node with phpunit…
With simple bar menu the function clickandwait(link=‘mybutton’) works perfectly, but with a tree, phpunit sends back a failure and didn’t find a way to make it able to find and click on node links of my tree.
If you have some suggestions, I’ll be please to get them.