PhpOffice\PhpPresentation\Tests\Shape\Comment\AuthorTest::testConstruct PHP 메소드

testConstruct() 공개 메소드

public testConstruct ( )
    public function testConstruct()
    {
        $object = new Author();
        $this->assertNull($object->getName());
        $this->assertNull($object->getIndex());
        $this->assertNull($object->getInitials());
    }