Skip to content

Commit

Permalink
FIXED : #58 : Added support for Horizontal bar chart
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed Dec 22, 2014
1 parent fa24cb3 commit bfad16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PhpPowerpoint/Tests/Shape/Chart/Type/Bar3DTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function testBarDirection()
$this->assertEquals(Bar3D::DIRECTION_HORIZONTAL, $object->getBarDirection());
$this->assertInstanceOf('PhpOffice\\PhpPowerpoint\\Shape\\Chart\\Type\\Bar3D', $object->setBarDirection(Bar3D::DIRECTION_VERTICAL));
$this->assertEquals(Bar3D::DIRECTION_VERTICAL, $object->getBarDirection());
}
}

public function testHashCode()
{
Expand Down

0 comments on commit bfad16c

Please sign in to comment.