From 875fb7a45a0523dfccd0c6c2aa556a23ccc46cb6 Mon Sep 17 00:00:00 2001
From: Andy Postnikov <apostnikov@gmail.com>
Date: Sat, 6 Aug 2022 16:34:50 +0200
Subject: [PATCH] community/php81-pecl-couchbase: fix comment

---
 community/php8-pecl-couchbase/APKBUILD  | 2 +-
 community/php81-pecl-couchbase/APKBUILD | 2 +-
 testing/php7-pecl-couchbase/APKBUILD    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/community/php8-pecl-couchbase/APKBUILD b/community/php8-pecl-couchbase/APKBUILD
index 533e00c1e8b0..0070ad9a267f 100644
--- a/community/php8-pecl-couchbase/APKBUILD
+++ b/community/php8-pecl-couchbase/APKBUILD
@@ -23,7 +23,7 @@ build() {
 }
 
 check() {
-	# require couchbase and phpunit
+	# no tests shipped via PECL
 	php8 -d extension="$builddir"/modules/$_extname.so --ri $_extname
 }
 
diff --git a/community/php81-pecl-couchbase/APKBUILD b/community/php81-pecl-couchbase/APKBUILD
index a5fa4cc5c895..74f9532b2e40 100644
--- a/community/php81-pecl-couchbase/APKBUILD
+++ b/community/php81-pecl-couchbase/APKBUILD
@@ -23,7 +23,7 @@ build() {
 }
 
 check() {
-	# require couchbase and phpunit
+	# no tests shipped via PECL
 	php81 -d extension="$builddir"/modules/$_extname.so --ri $_extname
 }
 
diff --git a/testing/php7-pecl-couchbase/APKBUILD b/testing/php7-pecl-couchbase/APKBUILD
index 5cadbafbc010..7deb1c10de4b 100644
--- a/testing/php7-pecl-couchbase/APKBUILD
+++ b/testing/php7-pecl-couchbase/APKBUILD
@@ -25,7 +25,7 @@ build() {
 }
 
 check() {
-	# require couchbase and phpunit
+	# no tests shipped via PECL
 	php7 -d extension="$builddir"/modules/$_extname.so --ri $_extname
 }
 
-- 
GitLab