PhpOffice\PhpPresentation\Tests\Shape\RichText\ParagraphTest::testConstruct PHP Метод

testConstruct() публичный Метод

Test can read
public testConstruct ( )
    public function testConstruct()
    {
        $object = new Paragraph();
        $this->assertEmpty($object->getRichTextElements());
        $this->assertInstanceOf('PhpOffice\\PhpPresentation\\Style\\Alignment', $object->getAlignment());
        $this->assertInstanceOf('PhpOffice\\PhpPresentation\\Style\\Font', $object->getFont());
        $this->assertInstanceOf('PhpOffice\\PhpPresentation\\Style\\Bullet', $object->getBulletStyle());
    }