Tests - BaseTestCase - rename method getFilePathToTests() -> getFilePathForTesting()

This commit is contained in:
Meritoo
2017-10-31 21:26:39 +01:00
parent 325fe6b141
commit 452a4ec458
3 changed files with 6 additions and 6 deletions

View File

@@ -111,7 +111,7 @@ abstract class BaseTestCase extends TestCase
* @param string $directoryPath (optional) Path of directory containing the file
* @return string
*/
public function getFilePathToTests($fileName, $directoryPath = '')
public function getFilePathForTesting($fileName, $directoryPath = '')
{
$rootPath = Miscellaneous::getProjectRootPath();