X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2Fphpunit.xml;h=6f16c7a73e74a337d9b2324f8b631721db764e17;hb=61e023d4482ef3a6366b1b0cef0ab7dbd4fdf30a;hp=73b643e13abbf85b39c90ccc55071c041730e18c;hpb=4d749efceec08a1f8e885d7b80a3443bca7d02c7;p=friendica.git diff --git a/tests/phpunit.xml b/tests/phpunit.xml index 73b643e13a..6f16c7a73e 100644 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml @@ -1,29 +1,30 @@ - + - - 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/ + src/ - - + + .. - - config/ - doc/ - images/ - library/ - spec/ - tests/ - view/ - - - - - - + + + ../config/ + ../doc/ + ../images/ + ../library/ + ../spec/ + ../tests/ + ../view/ + ../vendor/ + +