Nelmio\Alice\Definition\Value\VariableValueTest::testCanBeCastedIntoAString PHP Method

testCanBeCastedIntoAString() public method

    public function testCanBeCastedIntoAString()
    {
        $value = new VariableValue('username');
        $this->assertEquals('$username', $value);
    }