getValue() public method

public getValue ( ) : string | Nelmio\Alice\Definition\ValueInterface
return string | Nelmio\Alice\Definition\ValueInterface
Exemplo n.º 1
0
 public function testReadAccessorsReturnPropertiesValues()
 {
     $value = new FixtureReferenceValue('user0');
     $this->assertEquals('user0', $value->getValue());
 }