Пример #1
0
 public function testSetPatch()
 {
     $this->assertSame($this->builder, $this->builder->setPatch(123));
     $this->assertSame(123, $this->builder->getPatch());
 }