PHPUnit 安装
PHPUnit 安装
- install pear
$ wget http://pear.php.net/go-pear.phar
$ php go-pear.phar
- install phpunit
$ pear config-set auto_discover 1
$ pear install pear.phpunit.de/PHPUnit
$ pear install phpunit/PHPUnit_Selenium
$ pear install phpunit/PHP_Invoker
$ pear install phpunit/DbUnit
$ pear install phpunit/PHPUnit_Story
参考:
https://github.com/sebastianbergmann/phpunit
https://github.com/sebastianbergmann/phpunit-selenium
http://www.phpunit.de/manual/current/en/installation.html#installation.optional-packages
https://github.com/sebastianbergmann/php-invoker
https://github.com/sebastianbergmann/dbunit
浙公网安备 33010602011771号