@@ -15,7 +15,7 @@ |
||
| 15 | 15 | if (!class_exists('phpFastCache\CacheManager')) { |
| 16 | 16 | echo "[FAIL] Autoload failed to find the CacheManager\n"; |
| 17 | 17 | $status = 255; |
| 18 | -}else{ |
|
| 18 | +} else{ |
|
| 19 | 19 | echo "[PASS] Autoload successfully found the CacheManager\n"; |
| 20 | 20 | } |
| 21 | 21 | |