spadgos / sublime-jsdocs

Simplifies writing DocBlock comments in Javascript, PHP, CoffeeScript, Actionscript, C & C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

documentation for PHPUnit

amirmasoud opened this issue · 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.