PhpOffice\PhpPresentation\Tests\Shape\Chart\Type\Bar3DTest::testSeries PHP Method

testSeries() public method

public testSeries ( )
    public function testSeries()
    {
        $object = new Bar3D();
        $this->assertInstanceOf('PhpOffice\\PhpPresentation\\Shape\\Chart\\Type\\Bar3D', $object->addSeries(new Series()));
        $this->assertCount(1, $object->getSeries());
    }