示例#1
0
 public function testShoulReturnIsHasNoId()
 {
     $child = new Child($this->action->getMock(), $this->control->getMock());
     $this->assertFalse($child->hasId());
 }