X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2Fphpunit.xml;h=721c99ae259a95326d5e2aaaafb72161d949349c;hb=29ba044947738388bb1e4e82e039e3f009fac81c;hp=8285a936d712297c995ed6bb96b14878449ca0b9;hpb=5c5b564ade1b98fcb39a4baf56a4d7104f0aee7d;p=friendica.git diff --git a/tests/phpunit.xml b/tests/phpunit.xml index 8285a936d7..721c99ae25 100644 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml @@ -1,29 +1,31 @@ - + - - functional/ - include/ - src/ - ./ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + bootstrap="bootstrap.php" + verbose="true" + timeoutForSmallTests="900" + timeoutForMediumTests="900" + timeoutForLargeTests="900" + xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"> + + functional/ + legacy/ + src/ - - + + .. - - ../config - ../doc - ../images - ../library - ../spec - ../tests - ../view - - - - - - + + + ../config/ + ../doc/ + ../images/ + ../library/ + ../spec/ + ../tests/ + ../view/ + ../vendor/ + +