PHP tests are not phpunit 8 compatible
authorLaszlo Boszormenyi (GCS) <gcs@debian.org>
Sun, 22 Nov 2020 14:00:47 +0000 (14:00 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Sun, 22 Nov 2020 14:00:47 +0000 (14:00 +0000)
Last-Update: 2019-09-22

Disable those for now.

Gbp-Pq: Name disable_php_testing.patch

lib/php/test/Makefile.am

index c2c9511b6f332952ba23fa0c7c942d4e1e3d7684..9c9807ceffa932069f5d332f5ccfd0fe57808395 100755 (executable)
@@ -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 \