From c11df2e4263cbf394c8c6f51651d76944f8c3d71 Mon Sep 17 00:00:00 2001 From: Roman Syroeshko Date: Thu, 19 Jun 2014 12:04:07 +0400 Subject: [PATCH] [CHANGED] Added annotations to StyleTest and performed minor refactoring. --- tests/PhpWord/Tests/StyleTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PhpWord/Tests/StyleTest.php b/tests/PhpWord/Tests/StyleTest.php index ef6c665c..a8890b96 100644 --- a/tests/PhpWord/Tests/StyleTest.php +++ b/tests/PhpWord/Tests/StyleTest.php @@ -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);