-
Bug
-
Resolution: Fixed
-
Minor
-
3.2
-
MOODLE_32_STABLE
-
MOODLE_32_STABLE
-
When the new APCu configuration looks like;
apc.enabled=1
|
apc.enable_cli=0
|
Then
vendor/bin/phpunit cache/stores/apcu/tests/apcu_test.php
|
crashes PHPUnit rather than marking the tests as skipped.
The above is the presented case. It's also possible that running CLI commands with APCu configured as a cachestore will crash the script.