PhpOffice\PhpPresentation\Tests\Shape\Chart\GridlinesTest::testConstruct PHP Method

testConstruct() public method

public testConstruct ( )
    public function testConstruct()
    {
        $object = new Gridlines();
        $this->assertInstanceOf('PhpOffice\\PhpPresentation\\Style\\Outline', $object->getOutline());
    }