PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

Testing that the package works - install it | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

Testing that the package works - install it

The best way to test that your meta package works is to uninstall at least one of the packages that is a dependency of it, then [re]install your meta package.


    $ pear uninstall PHP_CodeSniffer
    $ pear install -f package.xml

Installing the meta package here should result in the dependency, PHP_CodeSniffer, being installed also.

Check this using pear list.


    $ pear list

忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「Testing that the package works - install it」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | Testing that the package works - install it」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: