dquv73115 2017-01-26 17:37
浏览 85
已采纳

Net Beans 8和PHPUnit-Skeleton-Generator

This question is geared towards anyone using Net Beans 8, or any newer version, and PHPUnit. I'm a little confused by which direction to go in and am wondering if anyone who has already done this can point me in the best direction.

I have setup PHPUnit and PHPUnit-Skeleton-Generator in my Net Beans 8.2 installation. I ran the demo in their documents and everything works as it is supposed to.

The demo from the Net Beans document creates a simple calculator class to add two numbers. You use the @assert notation in block quotes above the class with two values to be added and the expected result. The PHPUnit-Skeleton-Generator reads each @assert and creates a test script using PHPUnit for testing. All works as planned.

My next step was to find other more complicated examples to learn from. In that research, I find that PHPUnit-Skeleton-Generator is deprecated and the assert methods are different in PHPUnit.

My dilemma is, do I continue using it as Net Beans designed it with PHPUnit-Skeleton-Generator and @assert notation, or do I just manually write my tests based on the documentation on PHPUnit's website?

I know most will say to use the PHPUnit docs, and I can't say I disagree. However, I want to still see the results in Net Beans GUI per their documentation. If I ditch the Skeleton and manually write my tesets, will I still be able to use the Net Beans integration to run and utilize the tests?

If I must still use the Skeleton to be able to use the Net Bean integration, is there a good resource to learn how to use the skeleton? Are there other types of @asserts

  • 写回答

1条回答 默认 最新

  • dongsisui7562 2017-01-27 05:41
    关注

    You surely can just write your tests and run them via NetBeans gui and watch results in it as well. Just don't forget to configure you testing preferences and options in Project properties => Testing => PHPUnit

    enter image description here

    If you don't need any special settings you can just choose to run all *Test.php files in testing directory (shown at screenshot).

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

报告相同问题?

悬赏问题

  • ¥15 jetson nano
  • ¥15 :app:debugCompileClasspath'.
  • ¥15 windows c++内嵌qt出现数据转换问题。
  • ¥20 公众号如何实现点击超链接后自动发送文字
  • ¥15 用php隐藏类名和增加类名
  • ¥15 算法设计与分析课程的提问
  • ¥15 用MATLAB汇总拟合图
  • ¥15 智能除草机器人方案设计
  • ¥15 对接wps协作接口实现消息发送
  • ¥15 SQLite 出现“Database is locked” 如何解决?