From: Laszlo Boszormenyi (GCS) Date: Fri, 1 May 2026 09:01:01 +0000 (+0200) Subject: PHP tests are not php / phpunit 8 compatible X-Git-Tag: archive/raspbian/0.23.0-3+rpi1^2^2~13 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1a654686b9bb6e128f45bade4df5b4454ee39090;p=thrift.git PHP tests are not php / phpunit 8 compatible Last-Update: 2025-10-12 Disable those for now. Gbp-Pq: Name disable_php_testing.patch --- 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: