eZ\Publish\Core\Persistence\Legacy\Tests\Content\FieldValue\Converter\RichTextTest::getAbsolutePath PHP Method

getAbsolutePath() protected method

protected getAbsolutePath ( string $relativePath ) : string
$relativePath string
return string
    protected function getAbsolutePath($relativePath)
    {
        return self::getInstallationDir() . '/' . $relativePath;
    }