Skip to content
Snippets Groups Projects
Verified Commit 463ccb7c authored by Alberto Paderno's avatar Alberto Paderno
Browse files

Issue #3464528: Move the apc.test file outside the tests directory

parent 713a27bb
No related branches found
No related tags found
1 merge request!48Issue #3464528: Move the apc.test file outside the tests directory
Pipeline #237631 passed
......@@ -3,4 +3,4 @@ description = Integrates the APCu extension with Drupal.
package = Performance and scalability
core = 7.x
files[] = drupal_apc_cache.inc
files[] = tests/apc.test
files[] = apc.test
......@@ -86,6 +86,13 @@ function apc_update_7102() {
}
}
/**
* Rebuild the code registry, as a class file has been moved.
*/
function apc_update_7103() {
registry_rebuild();
}
/**
* Implements hook_uninstall().
*/
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment