[CHANGED] Added annotations to StyleTest and performed minor refactoring.

This commit is contained in:
Roman Syroeshko 2014-06-19 12:04:07 +04:00
parent eeca396704
commit c11df2e426
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class StyleTest extends \PHPUnit_Framework_TestCase
'Link' => 'Font', 'Link' => 'Font',
'Table' => 'Table', 'Table' => 'Table',
'Heading_1' => 'Font', 'Heading_1' => 'Font',
'Normal' => 'Paragraph' 'Normal' => 'Paragraph',
); );
Style::addParagraphStyle('Paragraph', $paragraph); Style::addParagraphStyle('Paragraph', $paragraph);