| 
									
										
										
										
											2012-04-13 10:20:54 +02:00
										 |  |  | <?xml version="1.0" encoding="UTF-8"?> | 
					
						
							|  |  |  | <phpunit backupGlobals="false" | 
					
						
							|  |  |  |          backupStaticAttributes="false" | 
					
						
							|  |  |  |          colors="true" | 
					
						
							|  |  |  |          convertErrorsToExceptions="true" | 
					
						
							|  |  |  |          convertNoticesToExceptions="true" | 
					
						
							|  |  |  |          convertWarningsToExceptions="true" | 
					
						
							|  |  |  |          processIsolation="false" | 
					
						
							|  |  |  |          stopOnFailure="false" | 
					
						
							|  |  |  |          syntaxCheck="true" | 
					
						
							|  |  |  |          verbose="false" | 
					
						
							| 
									
										
										
										
											2013-06-25 10:03:20 +02:00
										 |  |  |          bootstrap="tests/bootstrap.php" | 
					
						
							| 
									
										
										
										
											2012-04-13 10:20:54 +02:00
										 |  |  | > | 
					
						
							|  |  |  |     <testsuites> | 
					
						
							| 
									
										
										
										
											2016-03-06 23:38:04 +01:00
										 |  |  |         <testsuite name="unit"> | 
					
						
							|  |  |  |             <directory>tests/Unit</directory> | 
					
						
							|  |  |  |         </testsuite> | 
					
						
							|  |  |  |         <testsuite name="functional"> | 
					
						
							|  |  |  |             <directory>tests/Functional</directory> | 
					
						
							| 
									
										
										
										
											2012-04-13 10:20:54 +02:00
										 |  |  |         </testsuite> | 
					
						
							|  |  |  |     </testsuites> | 
					
						
							| 
									
										
										
										
											2016-03-06 23:38:04 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-04-13 10:20:54 +02:00
										 |  |  |     <filter> | 
					
						
							|  |  |  |       <blacklist> | 
					
						
							|  |  |  |         <directory>vendor</directory> | 
					
						
							|  |  |  |         <directory>tests</directory> | 
					
						
							|  |  |  |       </blacklist> | 
					
						
							|  |  |  |     </filter> | 
					
						
							|  |  |  | </phpunit> | 
					
						
							|  |  |  | 
 |