PhpOffice\PhpPresentation\Tests\Shape\Chart\MarkerTest::testConstruct PHP 메소드

testConstruct() 공개 메소드

public testConstruct ( )
    public function testConstruct()
    {
        $object = new Marker();
        $this->assertEquals(Marker::SYMBOL_NONE, $object->getSymbol());
        $this->assertEquals(5, $object->getSize());
    }