sublime-jsdocs icon indicating copy to clipboard operation
sublime-jsdocs copied to clipboard

documentation for PHPUnit

Open amirmasoud opened this issue 9 years ago • 1 comments

I search the web and there is no any good way for commenting on PHPUnit asserts, I have a suggestion for commenting on them and I think it can help to understand them easier:

for each assert:

/**
 * @false  condition 1
 * @true   condition 2
 *
 * @expect assertValue
 */

I'm not sure it's a good way of doing this and just suggesting, If there is any already made annotation for commenting on the PHP unit tests I would be thankful to hear.

amirmasoud avatar Dec 16 '15 15:12 amirmasoud

I think this is what you're looking for: https://packagecontrol.io/packages/PHPUnit%20Completions

gerardroche avatar Jun 09 '16 09:06 gerardroche