gpt4 book ai didi

Phpunit 错误 - 断言节点失败,表示为

转载 作者:可可西里 更新时间:2023-11-01 01:07:05 25 4
gpt4 key购买 nike

我正在使用 PHPUnit 3.5.x 和 Zend 1.10我的 IndexControllerTestCase.php 中有一行

$this->assertXpathContentContains("id('message')", "test message");

这显示了一个错误

1) IndexControllerTest::testIndexWithMessageAction
Failed asserting node denoted by id CONTAINS content "test message"

C:\xampp\htdocs\hive\library\Zend\Test\PHPUnit\Constraint\DomQuery.php:256
C:\xampp\htdocs\hive\library\Zend\Test\PHPUnit\ControllerTestCase.php:516
C:\xampp\htdocs\testsample\tests\application\controllers\IndexControllerTest.php
:14

知道为什么会弹出这个错误吗?任何帮助将不胜感激

最佳答案

我不是 XPath 向导,但在我们的测试中,我们使用类似下面的东西来查找 idmessage

$this->assertXpathContentContains('//div[@id="message"]', "test message");

关于Phpunit 错误 - 断言节点失败,表示为,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8391428/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com