Hello,
Currently, i developing a test for web module, and experiences problem like this :
TypeError: undefined is not an object (evaluating 'phantom.args.length').
After make some googling, i found in phantomjs website that 'phantom.args' is deprecated (http://phantomjs.org/api/phantom/property/args.html)
>> installed phantomjs v.2.0.0 in my local development.
Thank you.