diff options
Diffstat (limited to 'apps/testing/clean_opcode_cache.php')
-rw-r--r-- | apps/testing/clean_opcode_cache.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/testing/clean_opcode_cache.php b/apps/testing/clean_opcode_cache.php new file mode 100644 index 00000000000..acfeece7e15 --- /dev/null +++ b/apps/testing/clean_opcode_cache.php @@ -0,0 +1,7 @@ +<?php + +/** + * SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +opcache_reset(); |