From 1a654686b9bb6e128f45bade4df5b4454ee39090 Mon Sep 17 00:00:00 2001 From: "Laszlo Boszormenyi (GCS)" Date: Fri, 1 May 2026 11:01:01 +0200 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