Skip to content

Commit 1813e2d

Browse files
authored
Merge pull request #1266 from samimussbach/fixTypoInTest
fix typo in test method name
2 parents 9a91d54 + e0096db commit 1813e2d

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)