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

testIsNotImmutable() public method

public testIsNotImmutable ( )
    public function testIsNotImmutable()
    {
        $value = new NestedValue([$arg0 = new \stdClass()]);
        $this->assertSame($arg0, $value->getValue()[0]);
    }