PhpOffice\PhpPresentation\Tests\Shape\Chart\LegendTest::testAlignment PHP 메소드

testAlignment() 공개 메소드

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());
    }