public function LegacyExecutionContextTest::testGetPropertyPathWithEmptyPath in Plug 7
File
- lib/
Symfony/ validator/ Symfony/ Component/ Validator/ Tests/ LegacyExecutionContextTest.php, line 274
Class
- LegacyExecutionContextTest
- @group legacy
Namespace
Symfony\Component\Validator\TestsCode
public function testGetPropertyPathWithEmptyPath() {
$this
->assertEquals('foo.bar', $this->context
->getPropertyPath(''));
}