Inheritance: implements Nelmio\Alice\Definition\ValueInterface
Example #1
0
 public function testReadAccessorsReturnPropertiesValues()
 {
     $variable = 'username';
     $value = new VariableValue($variable);
     $this->assertEquals($variable, $value->getValue());
 }