在远程主机上进行简单测试和调试 drupal
我有两个问题: 1.我在drupal6.test文件中多次看到那里有奇怪的测试代码,这是什么?应该做什么,以及我如何使用它(我应该吗?)
- 我的本地计算机(Windows 7)是192.168.1.150,我正在Linux共享(samba)上的我的网站上工作 - 他的IP是192.168.1.151,我做了一个共享并做了“映射网络目录”,所以现在我的网络根目录位于驱动器 Z:\ ...有没有办法在远程安装 xdebug在我工作时机器并调试 Drupal在我的Windows机器上开发?或者它必须位于本地主机上才能使其工作?
I have 2 questions:
1. I see many times in drupal6 .test files and there is weird test code there, what is this? And what is supposed to do, and how i use that (should i?)
- my local machine I'm (windows 7) is 192.168.1.150 and I'm working on my website on a Linux share (samba) - his ip is 192.168.1.151, i made a share and did "map network directory" so now my web root is on drive Z:\ ... is there a way to install xdebug on the remote machine and debug Drupal while I'm working & developing in my windows machine? Or it has to sit on the local host in order to make it work?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
.test 文件将由 Simpltest 模块使用。
您可以通过安装 Simpletest 模块并使用 http://qa.drupal.org 上提供的补丁来加入 drupal.org QA
大多数补丁会自动创建一个 .test 文件,以便用户可以参与测试。
如果您不需要参与 QA,则可以忽略这些文件。如果磁盘空间有问题,请将其删除。
.test file are to be used by Simpltest module.
You can join drupal.org QA by installing Simpletest module and using patches available at http://qa.drupal.org
Most patches create a .test file automatically so users can participate in tests.
If you do not need to participate in QA, you can ignore these files. If disk space is an issue, delete them.