File
- drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ExecutionContextTest.php, line 254
Class
- ExecutionContextTest
Namespace
Symfony\Component\Validator\Tests
Code
public function testGetPropertyPath() {
$this
->assertEquals('foo.bar', $this->context
->getPropertyPath());
}