PhpOffice\PhpPresentation\Tests\Shape\Comment\AuthorTest::testConstruct PHP Method

testConstruct() public method

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