getPatches() 공개 메소드

Placeholder for holding array of patch objects
public getPatches ( ) : Patch[]
리턴 Patch[]
예제 #1
0
 /**
  * @depends testSerializationDeserialization
  * @param PatchRequest $obj
  */
 public function testGetters($obj)
 {
     $this->assertEquals($obj->getPatches(), PatchTest::getObject());
 }