phpunit-mink icon indicating copy to clipboard operation
phpunit-mink copied to clipboard

Simplify DocBlocks in test suite

Open aik099 opened this issue 10 years ago • 0 comments

Coding standard allows to skip DocBlocks completely in test suite and that's why we can:

  1. remove
/**
 * Test description.
 *
 * @return void
 */
  1. remove any not-needed parts of DocBlocks (e.g. keep only @expects... tags)

aik099 avatar Jan 17 '15 18:01 aik099