Skip to content

Commit

Permalink
Reorganized unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Syroeshko committed Nov 15, 2015
1 parent c75056f commit 95c0971
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/PhpWord/Reader/AbstractReader.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
* Reader abstract class
*
* @since 0.8.0
*
* @codeCoverageIgnore Abstract class
*/
abstract class AbstractReader implements ReaderInterface
Expand Down
2 changes: 2 additions & 0 deletions src/PhpWord/SimpleType/Jc.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
* Horizontal Alignment Type.
*
* @since 0.13.0
*
* @codeCoverageIgnore
*/
final class Jc
{
Expand Down
2 changes: 2 additions & 0 deletions src/PhpWord/SimpleType/JcTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
* Table Alignment Type.
*
* @since 0.13.0
*
* @codeCoverageIgnore
*/
final class JcTable
{
Expand Down

0 comments on commit 95c0971

Please sign in to comment.