mirror of
				https://github.com/nextcloud/passman.git
				synced 2025-10-28 14:26:16 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			No EOL
		
	
	
		
			793 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			No EOL
		
	
	
		
			793 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <phpunit bootstrap="tests/bootstrap.php" colors="true">
 | |
|     <testsuites>
 | |
|         <testsuite name="unit">
 | |
|             <directory>./tests/unit</directory>
 | |
|         </testsuite>
 | |
|     </testsuites>
 | |
|     <filter>
 | |
|         <whitelist processUncoveredFilesFromWhitelist="true">
 | |
|             <directory suffix=".php">./lib/Db</directory>
 | |
|             <directory suffix=".php">./lib/Utility</directory>
 | |
|             <directory suffix=".php">./lib/BackgroundJob</directory>
 | |
|             <directory suffix=".php">./controller</directory>
 | |
| 
 | |
|             <!--<file>/path/to/file</file>-->
 | |
|             <!--<exclude>-->
 | |
|                 <!--<directory suffix=".php">/path/to/dir</directory>-->
 | |
|                 <!--<file>/path/to/file</file>-->
 | |
|             <!--</exclude>-->
 | |
|         </whitelist>
 | |
|     </filter>
 | |
| </phpunit> |