コード例 #1
0
ファイル: ChildTest.php プロジェクト: mvc5/tests
 /**
  *
  */
 function test_parent()
 {
     $child = new Child([Arg::PARENT => 'foo']);
     $this->assertEquals('foo', $child->parent());
 }