Reorganized unit tests.

This commit is contained in:
Roman Syroeshko 2015-11-15 21:34:36 +04:00
parent c75056f076
commit 95c097106f
3 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,7 @@ use PhpOffice\PhpWord\Exception\Exception;
* Reader abstract class
*
* @since 0.8.0
*
* @codeCoverageIgnore Abstract class
*/
abstract class AbstractReader implements ReaderInterface

View File

@ -23,6 +23,8 @@ use Zend\Validator\InArray;
* Horizontal Alignment Type.
*
* @since 0.13.0
*
* @codeCoverageIgnore
*/
final class Jc
{

View File

@ -23,6 +23,8 @@ use Zend\Validator\InArray;
* Table Alignment Type.
*
* @since 0.13.0
*
* @codeCoverageIgnore
*/
final class JcTable
{