From 29ba044947738388bb1e4e82e039e3f009fac81c Mon Sep 17 00:00:00 2001 From: Philipp Date: Sun, 12 Dec 2021 20:27:55 +0100 Subject: [PATCH] Migrate phpunit.xml to new structure --- tests/phpunit.xml | 43 ++++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 21 deletions(-) diff --git a/tests/phpunit.xml b/tests/phpunit.xml index 0c5ad458a..721c99ae2 100644 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml @@ -1,30 +1,31 @@ - + - - functional/ - legacy/ - src/ + timeoutForLargeTests="900" + xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"> + + functional/ + legacy/ + src/ - - + + .. - - ../config/ - ../doc/ - ../images/ - ../library/ - ../spec/ - ../tests/ - ../view/ - ../vendor/ - - - + + + ../config/ + ../doc/ + ../images/ + ../library/ + ../spec/ + ../tests/ + ../view/ + ../vendor/ + +