MvcLite\Cache::getFilePath
Returns the relative filepath for a given filename
Signature
protected function getFilePath(string
$filename )
Parameters
$filename
— string
Returns
- string
Test Coverage
Information
- Coverage: 1/1 Lines (100%)
- Tests: 2
- Passed: 2 (100%)
Tests
- [ PASSED ] — MvcLite\CacheTest::testGetFilepath with data set "string filepath, string expectations"
- [ PASSED ] — MvcLite\CacheTest::testGetFilepath with data set "empty filepath, empty expectations"