public function LegacyExecutionContextTest::testGetPropertyPathWithIndexPath in Plug 7
File
- lib/
Symfony/ validator/ Symfony/ Component/ Validator/ Tests/ LegacyExecutionContextTest.php, line 269
Class
- LegacyExecutionContextTest
- @group legacy
Namespace
Symfony\Component\Validator\TestsCode
public function testGetPropertyPathWithIndexPath() {
$this
->assertEquals('foo.bar[bam]', $this->context
->getPropertyPath('[bam]'));
}