PhpOffice\PhpPresentation\Tests\Shape\Chart\LegendTest::testAlignment PHP Method

testAlignment() public method

public testAlignment ( )
    public function testAlignment()
    {
        $object = new Legend();
        $this->assertInstanceOf('PhpOffice\\PhpPresentation\\Shape\\Chart\\Legend', $object->setAlignment(new Alignment()));
        $this->assertInstanceOf('PhpOffice\\PhpPresentation\\Style\\Alignment', $object->getAlignment());
    }