コード例 #1
0
ファイル: SlideTest.php プロジェクト: hxsam/PHPPresentation
 public function testGroup()
 {
     $object = new Slide();
     $this->assertInstanceOf('PhpOffice\\PhpPresentation\\Shape\\Group', $object->createGroup());
 }