diff --git a/Classes/PHPWord/Exceptions/InvalidStyleException.php b/Classes/PHPWord/Exceptions/InvalidStyleException.php new file mode 100644 index 00000000..fb570625 --- /dev/null +++ b/Classes/PHPWord/Exceptions/InvalidStyleException.php @@ -0,0 +1,15 @@ +assertEquals($expected, $element->getAttribute('w:val')); } } -} \ No newline at end of file +} diff --git a/Tests/PHPWord/Writer/Word2007/DocumentTest.php b/Tests/PHPWord/Writer/Word2007/DocumentTest.php index b21a559b..5d91ebab 100644 --- a/Tests/PHPWord/Writer/Word2007/DocumentTest.php +++ b/Tests/PHPWord/Writer/Word2007/DocumentTest.php @@ -1,17 +1,18 @@