Contao\CoreBundle\Test\Contao\EnvironmentTest::getRootDir PHP Method

getRootDir() public method

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