예제 #1
0
파일: TypeTest.php 프로젝트: php-lug/lug
 public function testParent()
 {
     $this->assertSame('action', $this->type->getParent());
 }