Contao\CoreBundle\Test\Contao\EnvironmentTest::getRootDir PHP Méthode

getRootDir() public méthode

Returns the normalized root directory.
public getRootDir ( ) : string
Résultat string
    public function getRootDir()
    {
        return strtr(parent::getRootDir(), '\\', '/');
    }