コード例 #1
0
ファイル: TypeTest.php プロジェクト: php-lug/lug
 public function testParent()
 {
     $this->assertSame('action', $this->type->getParent());
 }