PhpOffice\PhpPresentation\Tests\Shape\Chart\SeriesTest::testDataPointFills PHP 메소드

testDataPointFills() 공개 메소드

public testDataPointFills ( )
    public function testDataPointFills()
    {
        $object = new Series();
        $this->assertInternalType('array', $object->getDataPointFills());
        $this->assertEmpty($object->getDataPointFills());
        $this->assertInstanceOf('PhpOffice\\PhpPresentation\\Style\\Fill', $object->getDataPointFill(0));
    }