예제 #1
0
파일: CustomTest.php 프로젝트: emarref/jwt
 public function testSetValue()
 {
     $newValue = 'NewValue';
     $this->parameter->setValue($newValue);
     $this->assertSame($newValue, $this->parameter->getValue());
 }