fix typo in test method name
This commit is contained in:
parent
9a91d54e10
commit
e0096dba08
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue