diff --git a/tests/Feature/RedisTest.php b/tests/Feature/RedisTest.php index c7f25764..10631a69 100644 --- a/tests/Feature/RedisTest.php +++ b/tests/Feature/RedisTest.php @@ -62,4 +62,9 @@ public function trim(Collection $tables): void { // } + + public function purge(Collection $tables): void + { + // + } }