public function testGetPropertyPathWithEmptyCurrentPropertyPath() {
$this->context = new ExecutionContext($this->globalContext, $this->translator, self::TRANS_DOMAIN, $this->metadata, 'currentValue', 'Group', '');
$this
->assertEquals('bam.baz', $this->context
->getPropertyPath('bam.baz'));
}