Skip to content

Commit e0096db

Browse files
committed
fix typo in test method name
1 parent 9a91d54 commit e0096db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PhpWord/Shared/HtmlTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ public function testParseList()
243243
/**
244244
* Tests parsing of ul/li
245245
*/
246-
public function tesOrderedListNumbering()
246+
public function testOrderedListNumbering()
247247
{
248248
$phpWord = new \PhpOffice\PhpWord\PhpWord();
249249
$section = $phpWord->addSection();

0 commit comments

Comments
 (0)