Merge pull request #1266 from samimussbach/fixTypoInTest

fix typo in test method name
This commit is contained in:
troosan 2018-02-02 21:59:37 +01:00 committed by GitHub
commit 1813e2db38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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();