From eeda2be5bfd0e5d0b1f6bbc71e35a28e9f16a15a Mon Sep 17 00:00:00 2001 From: "Laszlo Boszormenyi (GCS)" Date: Sat, 9 May 2026 13:29:42 +0000 Subject: [PATCH] PHP tests are not php / phpunit 8 compatible Last-Update: 2025-10-12 Disable those for now. Gbp-Pq: Name disable_php_testing.patch --- lib/php/test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/php/test/Makefile.am b/lib/php/test/Makefile.am index 6f2dca8..d9e2aad 100644 --- a/lib/php/test/Makefile.am +++ b/lib/php/test/Makefile.am @@ -37,7 +37,7 @@ deps: $(top_srcdir)/composer.json all-local: deps check: deps stubs - $(PHPUNIT) --log-junit=test-log-junit.xml -c phpunit.xml / +# $(PHPUNIT) --log-junit=test-log-junit.xml -c ../phpunit.xml / distclean-local: -- 2.30.2