[CHANGED] Added annotations to StyleTest and performed minor refactoring.
This commit is contained in:
parent
eeca396704
commit
c11df2e426
|
|
@ -53,7 +53,7 @@ class StyleTest extends \PHPUnit_Framework_TestCase
|
|||
'Link' => 'Font',
|
||||
'Table' => 'Table',
|
||||
'Heading_1' => 'Font',
|
||||
'Normal' => 'Paragraph'
|
||||
'Normal' => 'Paragraph',
|
||||
);
|
||||
|
||||
Style::addParagraphStyle('Paragraph', $paragraph);
|
||||
|
|
|
|||
Loading…
Reference in New Issue