simpletest 中的计数模式(PHP 测试框架)
如何测试站点中是否仅存在一次字符串? 我使用 simpletest 中的 WebTestCase。
How can I test if there is a string only once in a site? I use the WebTestCase from simpletest.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您有所有页面名称的数据库并且知道要查找的字符串,则可以遍历数据库并读取每个页面,然后在每个页面中搜索该字符串。
If you have a database of all page names and you know the string you are looking for you could walk through the database and read each page, then searching each page for the string.