Alex\BehatLauncher\Behat\MysqlStorage::getOutputFilePath PHP Method

getOutputFilePath() public method

public getOutputFilePath ( $id )
    public function getOutputFilePath($id)
    {
        $path = $this->filesDir . '/' . substr($id, 0, 2) . '/' . substr($id, 2, 2) . '/' . substr($id, 4);
        return $path;
    }