English 中文(简体)
• 如何统一测试《公认守则》
原标题:How to Unit test CodeIgniter code

我需要对《识别法》进行单位测试。 我审判了CIUnit,但用 co子拿到了第1.7.2号规定的固定装置。

我尝试了纯粹的PHPUnit,但不能制造模范阶级的麻烦,因为它正在继承积极记录,而且正在出现未发现的错误。 很明显,没有控制人员装载积极纪录的助手。

Is there a way to do unit testing in Codeigniter. I know about simple test library but how good is it when compared to phpunit. Is there any means to do integration testing also.

最佳回答

FooStack是可以帮助你的补充。 它包括固定装置指示,与1.7.2(旧释放)相符。

http://www.knollet.com/foostack/“rel=“nofollow” http://www.knollet.com/foostack/。

问题回答

暂无回答




相关问题
Selenium not working with Firefox 3.x on linux

I am using selenium-server , selenium rc for UI testing in my application . My dev box is Windows with FireFox 3.5 and every thing is running fine and cool. But when i try to run selenium tests on my ...

Best browser for testing under Safari Mobile on Linux?

I have an iPhone web app I m producing on a Linux machine. What s the best browser I can use to most closely mimic the feature-limited version of Safari present on the iPhone? (It s a "slimmed down" ...

Code Coverage Tools & Visual Studio 2008 Pro

Just wondering what people are using for code coverage tools when using MS Visual Studio 2008 Pro. We are using the built-in MS test project and unit testing tool (the one that come pre-installed ...

Is there any error checking web app cralwers out there?

Wondering if there was some sort of crawler we could use to test and re-test everything when changes are made to the web app so we know some new change didn t error out any existing pages. Or maybe a ...

热门标签