Ubuntu上PHPUnit安裝
什麼是PHPUnit?
PHPUnit是一個輕量級的PHP測試框架。它是在PHP5下面對JUnit3系列版本的完整移植,是xUnit測試框架家族的一員(它們都基於模式先鋒Kent Beck的設計)
Ubuntu上安裝
sudo apt-get install phpunit
驗證PHPUnit安裝成功,命令列輸入phpunit
$ phpunit
安裝成功列印:
PHPUnit 3.6.11 by Sebastian Bergmann.
Usage: phpunit [switches] UnitTest [UnitTest.php]
phpunit [switches] <directory>
如果出現如下的錯誤。
PHP Warning: require_once(PHP/CodeCoverage/Filter.php): failed to open stream: No such file or directory in /usr/bin/phpunit on line 39
PHP Fatal error: require_once(): Failed opening required `PHP/CodeCoverage/Filter.php` (include_path=`.:/usr/share/php:/usr/share/pear`) in /usr/bin/phpunit on line 39
更新 chanel 和 pear,來自 Debian 和 ubuntu 社群的方法。測試可用
sudo apt-get remove phpunit
sudo pear channel-discover pear.phpunit.de
sudo pear channel-discover pear.symfony-project.com
sudo pear channel-discover components.ez.no
sudo pear update-channels
sudo pear upgrade-all
sudo pear install –alldeps phpunit/PHPUnit
相關文章
- Ubuntu 環境安裝 phpunitUbuntuPHP
- 【Ubuntu】在Ubuntu上安裝微信Ubuntu
- Ubuntu 上 安裝 redisUbuntuRedis
- 在Ubuntu上安裝MariaDBUbuntu
- 在 Ubuntu 上安裝 Budgie 桌面Ubuntu
- 如何在 Ubuntu 上安裝 MongoDBUbuntuMongoDB
- Ubuntu 16.04 上安裝 OrientDB!Ubuntu
- 如何在 Ubuntu 上安裝 OctoberCMSUbuntu
- 在Ubuntu上安裝openssh(轉)Ubuntu
- 在virtualbox上安裝ubuntuUbuntu
- 在 Ubuntu 14.04 上安裝 Ubuntu Tweak 0.8.8Ubuntu
- Ubuntu 上 Wireshark 的安裝與使用Ubuntu
- 如何在 Ubuntu 上安裝 VirtualBoxUbuntu
- Ubuntu 20.4 上安裝配置 CouchDBUbuntu
- Ubuntu 20.04上安裝Git方法UbuntuGit
- 在Ubuntu上安裝OpenShift並使用Ubuntu
- Ubuntu 16.04 上安裝 MySQL 5.7UbuntuMySql
- Ubuntu 上安裝python2.7UbuntuPython
- ubuntu系統上安裝nodejsUbuntuNodeJS
- 怎樣安裝在ubuntu12.04上安裝mysqlUbuntuMySql
- 在 Ubuntu 15.10 上安裝 Intel Graphics 安裝器UbuntuIntel
- 在ubuntu上安裝docker, 使用國內的安裝源UbuntuDocker
- 如何在 Ubuntu 上安裝 Python 3.8UbuntuPython
- 在 Ubuntu 上使用原始碼安裝 OpenRestyUbuntu原始碼REST
- 教程:在Ubuntu 18.04.1上安裝ElasticsearchUbuntuElasticsearch
- ubuntu18.04 上安裝jdkUbuntuJDK
- 在Ubuntu 18.04上安裝TensorflowUbuntu
- 在Ubuntu上安裝LAMP伺服器UbuntuLAMP伺服器
- 在Ubuntu上單機安裝HadoopUbuntuHadoop
- Ubuntu上Oracle10g安裝指南UbuntuOracle
- 如何在 Ubuntu 上安裝 FireFox 15UbuntuFirefox
- 如何在Ubuntu24.04上安裝ELKUbuntu
- Ubuntu上安裝KVM並配置顯示卡直通Ubuntu
- 怎樣在 Ubuntu Linux 上安裝 MySQLUbuntuLinuxMySql
- 阿里雲上安裝pip3(Ubuntu)阿里Ubuntu
- 在Ubuntu上安裝Hadoop單機版UbuntuHadoop
- 教你在Ubuntu上安裝Linux核心6.1UbuntuLinux
- Ubuntu14.04上安裝pip的方法Ubuntu