PHP tests are not phpunit 8 compatible
authorLaszlo Boszormenyi (GCS) <gcs@debian.org>
Thu, 29 Feb 2024 18:11:37 +0000 (18:11 +0000)
committerBenjamin Drung <bdrung@debian.org>
Thu, 29 Feb 2024 18:11:37 +0000 (18:11 +0000)
Last-Update: 2019-09-22

Disable those for now.

Gbp-Pq: Name disable_php_testing.patch

lib/php/test/Makefile.am

index 1620c6044839e038c860b5b0e1142aa97734682c..ebc589cc95e35fa883977c9b24af651b7deca8f1 100644 (file)
@@ -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 \