You are here

public function LegacyExecutionContextTest::testGetPropertyPath in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/validator/Tests/LegacyExecutionContextTest.php \Symfony\Component\Validator\Tests\LegacyExecutionContextTest::testGetPropertyPath()

File

vendor/symfony/validator/Tests/LegacyExecutionContextTest.php, line 262

Class

LegacyExecutionContextTest
@group legacy

Namespace

Symfony\Component\Validator\Tests

Code

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