public function ExecutionContextTest::testGetPropertyPathWithIndexPath

File

drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ExecutionContextTest.php, line 259

Class

ExecutionContextTest

Namespace

Symfony\Component\Validator\Tests

Code

public function testGetPropertyPathWithIndexPath() {
  $this
    ->assertEquals('foo.bar[bam]', $this->context
    ->getPropertyPath('[bam]'));
}