Doctrine\Tests\ODM\PHPCR\Translation\AttributeTranslationStrategyTest::testSetPrefixAndGetPropertyName PHP Method

testSetPrefixAndGetPropertyName() public method

    public function testSetPrefixAndGetPropertyName()
    {
        $name = $this->method->invokeArgs($this->strategy, array('fr', 'field'));
        $this->assertEquals('test:fr-field', $name);
    }