douqiangchuai7674 2013-04-24 00:36
浏览 27
已采纳

在yii中为小部件创建测试

I created a widget in Yii to display graphics using the http://www.highcharts.com/ library. My widget works pretty similar as CGridView widget from Yii.

I know that for visual elements I could have a functional test using Selenium, that I'm going to have. But, because the caracteristics of my widget (display a javascript result), I cannot find much problems on the visual elements.

How I can write a unit test to make sure the necessaries elements is displayed or loaded? I will give some examples below (using CGridView as example).

The oficial unit test for CGridView can be found here: https://github.com/yiisoft/yii/blob/master/tests/framework/zii/widgets/CGridViewTest.php

As you can see there, the test only make sure the scripts is registered, but, how about the logic behind? For example, this simple code:

public function renderTableBody()
{
    $data=$this->dataProvider->getData();
    $n=count($data);
    echo "<tbody>
";
    echo '<tr><td colspan="'.count($this->columns).'" class="empty">';
    $this->renderEmptyText();
    echo "</td></tr>
";
    echo "</tbody>
";
}

There is no tests for that, is there some logical reason? How I can write a test for that? Maybe with ob_start and ob_end_clean?

  • 写回答

1条回答 默认 最新

  • drgweamoi473182981 2013-05-24 03:38
    关注

    PHPUnit is used for server-side logic validation. You can't run JS code via PHP, so PHPUnit can not be used for testing logic behind the script. If you want to be sure that your script works correctly on client-side, you can use QUnit for that.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥20 java在应用程序里获取不到扬声器设备
  • ¥15 echarts动画效果的问题,请帮我添加一个动画。不要机器人回答。
  • ¥60 许可证msc licensing软件报错显示已有相同版本软件,但是下一步显示无法读取日志目录。
  • ¥15 Attention is all you need 的代码运行
  • ¥15 一个服务器已经有一个系统了如果用usb再装一个系统,原来的系统会被覆盖掉吗
  • ¥15 使用esm_msa1_t12_100M_UR50S蛋白质语言模型进行零样本预测时,终端显示出了sequence handled的进度条,但是并不出结果就自动终止回到命令提示行了是怎么回事:
  • ¥15 前置放大电路与功率放大电路相连放大倍数出现问题
  • ¥80 部署运行web自动化项目
  • ¥15 腾讯云如何建立同一个项目中物模型之间的联系
  • ¥30 VMware 云桌面水印如何添加