echo command not found while testing selenium with phpunit
- by Bill Szerdy
I am getting an ERROR: Unknown command: 'echo' executing a selenium script with phpunit. Based on the output that echo command should be included in my version of PHPUnit. The selenium script does execute successfully in the firefox selenium IDE.
mkdir_build:
phpunit:
[exec] PHPUnit 3.4.12 by Sebastian Bergmann.
[exec]
[exec] .
…