phpunit 的大局安装

WBOY
Release: 2016-06-13 12:05:32
Original
1023 people have browsed it

phpunit 的全局安装

phpunit的全局安装:

<code class="prompt">$</code> <strong class="userinput"><code>wget https://phar.phpunit.de/phpunit.phar</code></strong><code class="prompt">$</code> <strong class="userinput"><code>chmod +x phpunit.phar</code></strong><code class="prompt">$</code> <strong class="userinput"><code>sudo mv phpunit.phar /usr/local/bin/phpunit</code></strong><code class="prompt">$</code> <strong class="userinput"><code>phpunit --version</code></strong>
Copy after login

参考文献:

http://phpunit.de/manual/current/en/installation.html

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template