phpunit-mink
phpunit-mink copied to clipboard
Simplify DocBlocks in test suite
Coding standard allows to skip DocBlocks completely in test suite and that's why we can:
- remove
/**
* Test description.
*
* @return void
*/
- remove any not-needed parts of DocBlocks (e.g. keep only
@expects...tags)