示例#1
0
文件: TypeTest.php 项目: php-lug/lug
 public function testParent()
 {
     $this->assertSame('action', $this->type->getParent());
 }