Fakerino\Test\Core\FakeHandler\FileFakerClassTest::getFileFakePath PHP Method

getFileFakePath() private method

private getFileFakePath ( $fakerinoDefaultConf )
    private function getFileFakePath($fakerinoDefaultConf)
    {
        return $fakerinoDefaultConf->get('fakeFilePath') . DIRECTORY_SEPARATOR . $fakerinoDefaultConf->get('locale') . DIRECTORY_SEPARATOR;
    }