File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ services:
2121before_script :
2222 - |
2323 if [[ $TRAVIS_PHP_VERSION = "hhv"* ]]; then
24- cat bin/ci/php-phpfastcache .ini >> /etc/hhvm/php.ini
24+ cat bin/ci/php_phpfastcache .ini >> /etc/hhvm/php.ini
2525 else
26- phpenv config-add bin/ci/php-phpfastcache .ini
26+ phpenv config-add bin/ci/php_phpfastcache .ini
2727 fi
2828
2929php :
File renamed without changes.
Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ public static function getNamespacePath()
334334 */
335335 public static function setNamespacePath ($ path )
336336 {
337- self ::$ namespacePath = $ path ;
337+ self ::$ namespacePath = trim ( $ path, "\\" ) . '\\' ;
338338 }
339339
340340 /**
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ class Item extends FilesItem
114114 $ testHelper ->printPassText ('The php classes of driver "Files2" were found ' );
115115}
116116
117- CacheManager::setNamespacePath (phpFastCache \CustomDriversPath::class . '\\' );
117+ CacheManager::setNamespacePath (phpFastCache \CustomDriversPath::class);
118118$ cacheInstance = CacheManager::getInstance ('Files2 ' , []);
119119$ cacheKey = 'cacheKey ' ;
120120$ RandomCacheValue = str_shuffle (uniqid ('pfc ' , true ));
You can’t perform that action at this time.
0 commit comments