1f8369d7dSTobias Sarnowski<?xml version="1.0" encoding="UTF-8"?> 2*759b7c08SAndreas Gohr<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 3f8369d7dSTobias Sarnowski bootstrap="bootstrap.php" 47a7b77efSAndreas Gohr convertNoticesToExceptions="false" 57a7b77efSAndreas Gohr colors="true" 67a7b77efSAndreas Gohr stderr="true" 701ef6ea2SAndreas Gohr backupGlobals="true" 8*759b7c08SAndreas Gohr xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"> 9*759b7c08SAndreas Gohr <coverage includeUncoveredFiles="false"> 10*759b7c08SAndreas Gohr <include> 11*759b7c08SAndreas Gohr <directory suffix=".php">../</directory> 12*759b7c08SAndreas Gohr </include> 13*759b7c08SAndreas Gohr <exclude> 14*759b7c08SAndreas Gohr <directory suffix=".php">../_cs/</directory> 15*759b7c08SAndreas Gohr <directory suffix=".php">../_test/</directory> 16*759b7c08SAndreas Gohr <directory suffix=".php">../lib/plugins/*/_test/</directory> 17*759b7c08SAndreas Gohr <directory suffix=".php">../lib/tpl/*/_test/</directory> 18*759b7c08SAndreas Gohr </exclude> 19*759b7c08SAndreas Gohr </coverage> 20f8369d7dSTobias Sarnowski <testsuites> 21f8369d7dSTobias Sarnowski <testsuite name="DokuWiki Tests"> 22f8369d7dSTobias Sarnowski <directory suffix=".test.php">tests/</directory> 235d703e34SAndreas Gohr <directory suffix="Test.php">tests/</directory> 24f8369d7dSTobias Sarnowski </testsuite> 25f8369d7dSTobias Sarnowski <testsuite name="Plugin Tests"> 265d703e34SAndreas Gohr <directory suffix=".test.php">../lib/plugins/*/_test/</directory> 275d703e34SAndreas Gohr <directory suffix="Test.php">../lib/plugins/*/_test/</directory> 28f8369d7dSTobias Sarnowski </testsuite> 2962919612SDominik Eckelmann <testsuite name="Template Tests"> 305d703e34SAndreas Gohr <directory suffix=".test.php">../lib/tpl/*/_test/</directory> 315d703e34SAndreas Gohr <directory suffix="Test.php">../lib/tpl/*/_test/</directory> 3262919612SDominik Eckelmann </testsuite> 33f8369d7dSTobias Sarnowski </testsuites> 34bd8c2ebfSAndreas Gohr <groups> 35bd8c2ebfSAndreas Gohr <exclude> 36bd8c2ebfSAndreas Gohr <group>flaky</group> 37bd8c2ebfSAndreas Gohr </exclude> 38bd8c2ebfSAndreas Gohr </groups> 39f8369d7dSTobias Sarnowski</phpunit> 40