PhpOffice\PhpPresentation\Tests\Shape\Chart\SeriesTest::testOutline PHP Méthode

testOutline() public méthode

public testOutline ( )
    public function testOutline()
    {
        $object = new Series();
        $this->assertInstanceOf('PhpOffice\\PhpPresentation\\Shape\\Chart\\Series', $object->setOutline(new Outline()));
        $this->assertInstanceOf('PhpOffice\\PhpPresentation\\Style\\Outline', $object->getOutline());
    }