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
|
* 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();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user