mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-11-01 03:26:36 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			31 lines
		
	
	
		
			990 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			990 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <phpunit bootstrap="./tests/bootstrap.php"
 | |
| 		backupGlobals="true"
 | |
| 		colors="true"
 | |
| 		convertErrorsToExceptions="true"
 | |
| 		convertNoticesToExceptions="true"
 | |
| 		convertWarningsToExceptions="true"
 | |
| 		stopOnFailure="false"
 | |
| 		printerClass="yiiunit\ResultPrinter">
 | |
| 		<testsuites>
 | |
| 			<testsuite name="Yii Test Suite">
 | |
| 				<directory>./tests</directory>
 | |
| 			</testsuite>
 | |
| 		</testsuites>
 | |
| 		<filter>
 | |
|             <whitelist>
 | |
|                 <directory suffix=".php">framework/</directory>
 | |
|             </whitelist>
 | |
| 			<blacklist>
 | |
| 				<file>framework/i18n/GettextFile.php</file>
 | |
| 				<file>framework/web/ResponseFormatterInterface.php</file>
 | |
| 				<file>framework/.phpstorm.meta.php</file>
 | |
| 				<directory suffix="Exception.php">framework/base</directory>
 | |
| 				<directory suffix=".php">framework/bootstrap</directory>
 | |
| 			</blacklist>
 | |
| 		</filter>
 | |
|         <listeners>
 | |
|             <listener class="JohnKary\PHPUnit\Listener\SpeedTrapListener" />
 | |
|         </listeners>
 | |
| </phpunit>
 | 
