Exemplo n.º 1
0
 public function testSetValue()
 {
     $newValue = 'NewValue';
     $this->claim->setValue($newValue);
     $this->assertSame($newValue, $this->claim->getValue());
 }