Catalogue
Installing PHPUnit on CentOS via Composer.phar

Installing PHPUnit on CentOS via Composer.phar

🌐 日本語で読む

Overview

To install with yum, run the following command.

1
$ sudo yum install php-xml php-pear php-phpunit-PHPUnit --enablerepo=epel

With yum, your existing php modules may get overwritten, which can affect your current environment.
For that reason, I have summarized below the steps to install via composer without any such impact.

Steps

Author

Kenzo Tanaka

Posted on

2015-05-14

Licensed under