http://docs.seleniumhq.org/download/
Selenium Server (formerly the Selenium RC Server)の、selenium-server-standalone-2.x.x.jarを。
CentOS上の適当な場所に設置します。
yum install java
yum install Xvfb firefox
dbus-uuidgen > /var/lib/dbus/machine-id
DISPLAY=:1 Xvfb :1 -screen 0 1024x768x8 &
DISPLAY=:1 java -jar selenium-server-standalone-2.x.x.jar &
https://phpunit.de/manual/current/ja/installation.html
$ wget https://phar.phpunit.de/phpunit.phar
$ chmod +x phpunit.phar
$ sudo mv phpunit.phar /usr/local/bin/phpunit
$ phpunit --version
http://docs.seleniumhq.org/download/
https://addons.mozilla.org/ja/firefox/addon/selenium-ide-php-formatters/
適当な操作が記録されたら、ファイル>テストケースをエクスポート(E)>PHP(PHPUnit)を選択してファイルを保存。
ファイル名は今回はPHPUnit.phpに。
phpunit PHPUnit.php
しかし、WordPress 4になってからなのか、改行がビジュアルモードでもテキストモードでも、酷い状態になるのが。