We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6389b36 commit e05b6dcCopy full SHA for e05b6dc
tests/PhpWord/Element/SectionTest.php
@@ -42,7 +42,7 @@ public function testConstructorWithArrayStyle()
42
$this->assertSame('landscape', $style->getOrientation());
43
}
44
45
- public function testConstorWithObjectStyle()
+ public function testConstructorWithObjectStyle()
46
{
47
$style = new SectionStyle();
48
$section = new Section(0, $style);
0 commit comments