From 16c50b0e757caa701b3eba51538fa8b8b5c5fd27 Mon Sep 17 00:00:00 2001 From: "Laszlo Boszormenyi (GCS)" Date: Sun, 22 Nov 2020 14:00:47 +0000 Subject: [PATCH] PHP tests are not phpunit 8 compatible Last-Update: 2019-09-22 Disable those for now. Gbp-Pq: Name disable_php_testing.patch --- lib/php/test/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/php/test/Makefile.am b/lib/php/test/Makefile.am index c2c9511..9c9807c 100755 --- a/lib/php/test/Makefile.am +++ b/lib/php/test/Makefile.am @@ -35,13 +35,13 @@ deps: $(top_srcdir)/composer.json all-local: deps check-json-serializer: deps stubs - $(PHPUNIT) --log-junit=TEST-log-json-serializer.xml JsonSerialize/ +# $(PHPUNIT) --log-junit=TEST-log-json-serializer.xml JsonSerialize/ check-validator: deps stubs - $(PHPUNIT) --log-junit=TEST-log-validator.xml Validator/ +# $(PHPUNIT) --log-junit=TEST-log-validator.xml Validator/ check-protocol: deps stubs - $(PHPUNIT) --log-junit=TEST-log-protocol.xml Protocol/ +# $(PHPUNIT) --log-junit=TEST-log-protocol.xml Protocol/ check: deps stubs \ check-protocol \ -- 2.30.2