ホームページ  >  記事  >  バックエンド開発  >  phpunitの全体的なインストール

phpunitの全体的なインストール

WBOY
WBOYオリジナル
2016-06-13 12:05:321022ブラウズ

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>

参照:

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

声明:
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。