예제 #1
0
파일: ChildTest.php 프로젝트: mvc5/tests
 /**
  *
  */
 function test_parent()
 {
     $child = new Child([Arg::PARENT => 'foo']);
     $this->assertEquals('foo', $child->parent());
 }