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

testCanBeCastedIntoAString() public method

    public function testCanBeCastedIntoAString()
    {
        $this->assertEquals("(nested) array (\n)", (string) new NestedValue([]));
    }