N98\Magento\Command\Script\Repository\RunCommandTest::normalizePathSeparators PHP Method

normalizePathSeparators() private method

private normalizePathSeparators ( $string ) : string
return string
    private function normalizePathSeparators($string)
    {
        return strtr($string, "\\", "/");
    }