mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 09:31:51 +01:00
Tests - BaseTestCase - rename method getFilePathToTests() -> getFilePathForTesting()
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user