Наследование: implements Nelmio\Alice\Definition\ValueInterface
Пример #1
0
 public function testIsNotImmutable()
 {
     $value = new NestedValue([$arg0 = new \stdClass()]);
     $this->assertSame($arg0, $value->getValue()[0]);
 }