Skip to content

Commit

Permalink
PHPOffice#240 : PowerPoint2007 Reader : Support of Table (Unit Tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed Mar 5, 2017
1 parent 2471b1f commit 4eb1f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PhpPresentation/Tests/Shape/TableTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function testNumColums()
$object = new Table();

$this->assertEquals(1, $object->getNumColumn());
$this->assertInstanceOf('PhpOffice\\PhpPresentation\\Shape\\Table\\Row', $object->setNumColumn($value));
$this->assertInstanceOf('PhpOffice\\PhpPresentation\\Shape\\Table', $object->setNumColumn($value));
$this->assertEquals($value, $object->getNumColumn());
}

Expand Down

0 comments on commit 4eb1f18

Please sign in to comment.