## Main test
# Confirm, that mMemcached service is installed and started in the test system
# Re-install In-Portal, confirm that on "Step 9 - System Configuration" these options are available choice for "Output Caching Engine" setting:
* on PHP7.*: Memcached
* on PHP5.*: Memcache
# Re-install in-portal, confirm that on "Step 9 - System Configuration" Memcached is available choice for "Output Caching Engine" settingLogin to Administrative Console
# Go to adm.console, {nav Tools > System Tools} section
# Confirm, that "Memory Cache" subsection is visible
## Testing auto-usage of Memcached on PHP 7+, when Memcache is configured to be used
# Configure Memcache to be used (ensure $_CONFIG['Misc']['CacheHandler'] = 'Memcache'; in the system/config.php`$_CONFIG['Misc']['CacheHandler'] = 'Memcache';` in the `/system/config.php`)
# Stop Memcached service (e.g. use `service memcached stop` or other related command on server)
# Stop memcache service (use `service memcached stop` or other related command on server)# Login to Administrative Console
# Go to adm.console, {nav Tools > System Tools} section
# Confirm, that "Memory Cache" subsection is visible