mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-31 13:18:06 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			963 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			963 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 | |
|          xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.5/phpunit.xsd"
 | |
|          cacheResultFile=".phpunit.cache/test-results"
 | |
|          executionOrder="depends,defects"
 | |
|          forceCoversAnnotation="false"
 | |
|          beStrictAboutCoversAnnotation="false"
 | |
|          beStrictAboutOutputDuringTests="false"
 | |
|          beStrictAboutTodoAnnotatedTests="false"
 | |
|          failOnRisky="false"
 | |
|          failOnWarning="true"
 | |
|          verbose="true">
 | |
|     <testsuites>
 | |
|         <testsuite name="default">
 | |
|             <directory suffix="Test.php">tests</directory>
 | |
|         </testsuite>
 | |
|     </testsuites>
 | |
| 
 | |
| 		<coverage cacheDirectory=".phpunit.cache/code-coverage"
 | |
|               includeUncoveredFiles="true"
 | |
|               processUncoveredFiles="true">
 | |
|         <include>
 | |
|             <directory suffix=".php">Core</directory>
 | |
|         </include>
 | |
|     </coverage>
 | |
| </phpunit>
 | 
