phpunit 有默认位置吗?或者当我想使用它时,我是否必须继续在命令行中导出路径?

发布于 2024-11-14 13:59:38 字数 260 浏览 3 评论 0原文

是否有存储 PHPUNIT 扩展的默认位置?

我正在使用 symfony2,每次我想使用 phpunit 时,我都必须在终端中运行它 export PATH=$PATH:/usr/local/zend/apache2/htdocs/symfony/app

这正常吗?或者有没有办法让它始终工作,即使我更新并将我的 symfony 文件夹重命名为其他内容。

有没有办法让它始终有效?

我正在使用 zend server ce 和雪豹 10.6+

Is there a default location to store the PHPUNIT extension?

I'm using symfony2 and each time I want to use phpunit I have to run this in terminal export PATH=$PATH:/usr/local/zend/apache2/htdocs/symfony/app

Is this normal? or is there a way to make it always work, even if I update and rename my symfony folder to something else.

Is there a way to make it always work?

I'm using zend server ce and snow leopard 10.6+

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

第几種人 2024-11-21 13:59:38

当我使用 PEAR 安装程序安装 PHPUnit 时,它将 phpunit 放入已在我的路径上的 /usr/bin 中。这样我就可以在当前目录中的任何地方输入 phpunit 来运行。

  • 什么平台?
    Ubuntu 对我来说
  • 你是如何安装 PHPUnit 的?
    pear install phpunit/PHPUnit
  • Symphony2 在这里有何关系?
    您是否正在尝试运行它的测试或您自己的使用 Symphony 的测试?

When I installed PHPUnit using the PEAR installer, it put phpunit in /usr/bin which was already on my path. This way I could type phpunit anywhere to run in the current directory.

  • What platform?
    Ubuntu for me
  • How did you install PHPUnit?
    pear install phpunit/PHPUnit
  • How does Symphony2 relate here?
    Are you trying to run its tests or your own tests that use Symphony?
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文