コード例 #1
0
 protected function setUp()
 {
     $this->type = $this->getMockForAbstractClass('Wookieb\\ZorroDataSchema\\SchemaOutline\\TypeOutline\\TypeOutlineInterface');
     $this->type->expects($this->any())->method('getName')->will($this->returnValue('OrnatePatient'));
     $this->object = new SchemaOutline();
 }