From 93c7f7112d7fbfe800552d0933ae3abf66217e95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Mon, 20 May 2024 17:11:03 +0200 Subject: [PATCH] Exclude cache function --- finder.php | 1 + 1 file changed, 1 insertion(+) diff --git a/finder.php b/finder.php index 60803c5..7dfed88 100644 --- a/finder.php +++ b/finder.php @@ -4,5 +4,6 @@ ->in('source/includes') // Exclude tests for PHPUnit 6. ->notPath('phpunit6/') + ->notPath('object-cache.php') ->sortByName() ;