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

testSeries() public method

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