Merge pull request #1266 from samimussbach/fixTypoInTest
fix typo in test method name
This commit is contained in:
commit
1813e2db38
|
|
@ -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