FIXED: ERROR - Expected 1 newline at end of file.

This commit is contained in:
Roman Syroeshko 2014-03-25 10:27:08 -07:00
parent 4aeef04afb
commit 2d7126e5a8

View File

@ -49,4 +49,4 @@ class Word2007Test extends \PHPUnit_Framework_TestCase
$object = IOFactory::load($fqFilename);
$this->assertInstanceOf('PhpOffice\\PhpWord\\PhpWord', $object);
}
}
}