phpunit-selenium
phpunit-selenium copied to clipboard
verifyCommands should display file and line number
The implementation of verifyCommand is not very useful as it doesn't show the error point in the code. It makes verify()s really hard to debug and pretty much ensures that all testers use are assertCommand()s.