mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			355 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			355 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<phpunit bootstrap="./tests/bootstrap.php"
 | 
						|
         colors="true">
 | 
						|
    <testsuites>
 | 
						|
        <testsuite>
 | 
						|
            <directory>tests</directory>
 | 
						|
        </testsuite>
 | 
						|
    </testsuites>
 | 
						|
    <filter>
 | 
						|
        <whitelist>
 | 
						|
            <directory suffix=".php">src</directory>
 | 
						|
        </whitelist>
 | 
						|
    </filter>
 | 
						|
</phpunit>
 |