PhpOffice\PhpPresentation\Tests\Shape\Chart\SeriesTest::testDataPointFills PHP Method

testDataPointFills() public method

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