PhpOffice\PhpPresentation\Tests\Shape\RichText\BreakElementTest::testFont PHP Méthode

testFont() public méthode

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