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
1 changed files with 1 additions and 1 deletions

View File

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