コード例 #1
0
 public function testCreate()
 {
     $format = Format::create();
     $this->assertTrue($format instanceof Format);
 }