26 lines
		
	
	
		
			712 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			26 lines
		
	
	
		
			712 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								<?xml version="1.0"?>
							 | 
						||
| 
								 | 
							
								<phpunit
							 | 
						||
| 
								 | 
							
								    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
							 | 
						||
| 
								 | 
							
								    xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
							 | 
						||
| 
								 | 
							
								    bootstrap="vendor/autoload.php"
							 | 
						||
| 
								 | 
							
								    cacheResultFile="build/.phpunit.result.cache"
							 | 
						||
| 
								 | 
							
								    colors="true">
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <testsuites>
							 | 
						||
| 
								 | 
							
								        <testsuite name="unit">
							 | 
						||
| 
								 | 
							
								            <directory>tests/src/Unit</directory>
							 | 
						||
| 
								 | 
							
								        </testsuite>
							 | 
						||
| 
								 | 
							
								    </testsuites>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <coverage processUncoveredFiles="true">
							 | 
						||
| 
								 | 
							
								        <include>
							 | 
						||
| 
								 | 
							
								            <directory>src</directory>
							 | 
						||
| 
								 | 
							
								        </include>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <report>
							 | 
						||
| 
								 | 
							
								            <clover outputFile="build/logs/clover.xml" />
							 | 
						||
| 
								 | 
							
								            <html outputDirectory="build/logs/coverage-html" />
							 | 
						||
| 
								 | 
							
								        </report>
							 | 
						||
| 
								 | 
							
								    </coverage>
							 | 
						||
| 
								 | 
							
								</phpunit>
							 |