public function ExecutionContextTest::testGetPropertyPathWithEmptyPath

File

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

Class

ExecutionContextTest

Namespace

Symfony\Component\Validator\Tests

Code

public function testGetPropertyPathWithEmptyPath() {
  $this
    ->assertEquals('foo.bar', $this->context
    ->getPropertyPath(''));
}