fix typo in test method name

This commit is contained in:
Sami Mussbach 2018-02-01 14:12:56 +01:00
parent 9a91d54e10
commit e0096dba08

View File

@ -243,7 +243,7 @@ class HtmlTest extends \PHPUnit\Framework\TestCase
/** /**
* Tests parsing of ul/li * Tests parsing of ul/li
*/ */
public function tesOrderedListNumbering() public function testOrderedListNumbering()
{ {
$phpWord = new \PhpOffice\PhpWord\PhpWord(); $phpWord = new \PhpOffice\PhpWord\PhpWord();
$section = $phpWord->addSection(); $section = $phpWord->addSection();