PhpOffice\PhpPresentation\Tests\Shape\RichText\BreakElementTest::testFont PHP 메소드

testFont() 공개 메소드

public testFont ( )
    public function testFont()
    {
        $object = new BreakElement();
        $this->assertNull($object->getFont());
    }