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

testCanBeCastedIntoAString() public method

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