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