2012年9月1日土曜日

[phpunit] DbUnitをオフラインインストール


前回からの続きでPHPUnitにDbUnitを追加します。
事情あってオフラインインストールです。

チャネルをブラウザで開く。
http://pear.phpunit.de/

DbUnit 1.1.2 (stable) をダウンロードする。
http://pear.phpunit.de/get/DbUnit-1.1.2.tgz

コマンド叩く。
前回からの続きなのでpear config-setが済んでいる前提で。

---
J:\>path %path%;C:\Program Files\BitNami WAMPStack\php

J:\>pear install --offline J:\software\phpunit\DbUnit-1.1.2.tgz
install ok: channel://pear.phpunit.de/DbUnit-1.1.2

J:\>pear list -c pear.phpunit.de
INSTALLED PACKAGES, CHANNEL PEAR.PHPUNIT.DE:
============================================
PACKAGE            VERSION STATE
DbUnit             1.1.2   stable
File_Iterator      1.3.1   stable
PHPUnit            3.6.11  stable
PHPUnit_MockObject 1.1.1   stable
PHP_CodeCoverage   1.1.3   stable
PHP_Timer          1.0.2   stable
PHP_TokenStream    1.1.3   stable
Text_Template      1.1.1   stable

J:\>
---

おわり。