public function LegacyExecutionContextTest::testGetPropertyPathWithEmptyPath in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/validator/Tests/LegacyExecutionContextTest.php \Symfony\Component\Validator\Tests\LegacyExecutionContextTest::testGetPropertyPathWithEmptyPath()
File
- vendor/
symfony/ validator/ Tests/ LegacyExecutionContextTest.php, line 272
Class
- LegacyExecutionContextTest
- @group legacy
Namespace
Symfony\Component\Validator\TestsCode
public function testGetPropertyPathWithEmptyPath() {
$this
->assertEquals('foo.bar', $this->context
->getPropertyPath(''));
}