public function testSetName() { $newValue = 'baz'; $this->parameter->setName($newValue); $this->assertSame($newValue, $this->parameter->getName()); }