Miscellaneous - getProjectRootPath() method - returns project's root path

This commit is contained in:
Meritoo
2017-09-20 21:52:34 +02:00
parent 5030dc2062
commit ef017c9d6a
2 changed files with 38 additions and 0 deletions

View File

@@ -742,6 +742,11 @@ class MiscellaneousTest extends BaseTestCase
self::assertSame($expected, Miscellaneous::fillMissingZeros($number, $length, $before));
}
public function testGetProjectRootPath()
{
self::assertNotEmpty(Miscellaneous::getProjectRootPath());
}
/**
* Provides string to convert characters to latin characters and not lower cased and not human-readable
*