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:
21
21
before_script :
22
22
- |
23
23
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
25
25
else
26
- phpenv config-add bin/ci/php-phpfastcache .ini
26
+ phpenv config-add bin/ci/php_phpfastcache .ini
27
27
fi
28
28
29
29
php :
File renamed without changes.
Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ public static function getNamespacePath()
334
334
*/
335
335
public static function setNamespacePath ($ path )
336
336
{
337
- self ::$ namespacePath = $ path ;
337
+ self ::$ namespacePath = trim ( $ path, "\\" ) . '\\' ;
338
338
}
339
339
340
340
/**
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ class Item extends FilesItem
114
114
$ testHelper ->printPassText ('The php classes of driver "Files2" were found ' );
115
115
}
116
116
117
- CacheManager::setNamespacePath (phpFastCache \CustomDriversPath::class . '\\' );
117
+ CacheManager::setNamespacePath (phpFastCache \CustomDriversPath::class);
118
118
$ cacheInstance = CacheManager::getInstance ('Files2 ' , []);
119
119
$ cacheKey = 'cacheKey ' ;
120
120
$ RandomCacheValue = str_shuffle (uniqid ('pfc ' , true ));
You can’t perform that action at this time.
0 commit comments