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