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 2471b1f commit 4eb1f18Copy full SHA for 4eb1f18
tests/PhpPresentation/Tests/Shape/TableTest.php
@@ -39,7 +39,7 @@ public function testNumColums()
39
$object = new Table();
40
41
$this->assertEquals(1, $object->getNumColumn());
42
- $this->assertInstanceOf('PhpOffice\\PhpPresentation\\Shape\\Table\\Row', $object->setNumColumn($value));
+ $this->assertInstanceOf('PhpOffice\\PhpPresentation\\Shape\\Table', $object->setNumColumn($value));
43
$this->assertEquals($value, $object->getNumColumn());
44
}
45
0 commit comments