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