This commit is contained in:
Roman Syroeshko 2015-03-22 12:12:32 +04:00
parent 8e9f86564d
commit 75022c5526
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class PreserveTextTest extends \PHPUnit_Framework_TestCase
{
$oPreserveText = new PreserveText(
htmlspecialchars('text', ENT_COMPAT, 'UTF-8'),
null,
array('size' => 16, 'color' => '1B2232'),
array('alignment' => 'center')
);
$this->assertInstanceOf('PhpOffice\\PhpWord\\Style\\Font', $oPreserveText->getFontStyle());