PhpOffice\PhpPresentation\Tests\SlideTest::testGroup PHP Method

testGroup() public method

public testGroup ( )
    public function testGroup()
    {
        $object = new Slide();
        $this->assertInstanceOf('PhpOffice\\PhpPresentation\\Shape\\Group', $object->createGroup());
    }