Start names of special directories without dot

This commit is contained in:
Meritoo
2018-05-28 17:58:17 +02:00
parent 233473d915
commit 3c83a8800e
15 changed files with 23 additions and 23 deletions

View File

@@ -32,7 +32,7 @@ trait BaseTestCaseTrait
*
* @var string
*/
private static $testsDataDirPath = '.data/tests';
private static $testsDataDirPath = 'data/tests';
/**
* Provides an empty value
@@ -127,7 +127,7 @@ trait BaseTestCaseTrait
/**
* Returns path of file used by tests.
* It should be placed in /.data/tests directory of this project.
* It should be placed in /data/tests directory of this project.
*
* @param string $fileName Name of file
* @param string $directoryPath (optional) Path of directory containing the file