From 6bde309c00e90a5a40f1d4b45c0e866a1dda1afc Mon Sep 17 00:00:00 2001 From: Daimona Eaytoy Date: Tue, 1 Aug 2023 14:47:09 +0200 Subject: tests: Unbreak and actually run ExportDemoTest This test was not being run because the docs directory wasn't included in the PHPUnit XML config files. As a direct consequence, the test was extremely broken: it used the non-namespaced DumpTestCase class which no longer exists, it referenced XML files with the wrong path, and then the test had other non-error failures to fix. Change-Id: I188cbb1de68d39c7a484d4c6f808678af80d11ab --- phpunit.xml.dist | 3 +++ 1 file changed, 3 insertions(+) (limited to 'phpunit.xml.dist') diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 6dff945061d2..b3b0fe72af74 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -61,6 +61,9 @@ tests/phpunit/integration + + tests/phpunit/docs + -- cgit v1.2.3