radarrplexorganizrnginxsonarrdashboardembycouchpotatonzbgetbookmarkapplication-dashboardmuximuxlandingpagestartpagelandinghtpcserverhomepagesabnzbdheimdall
		
		
		
		
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							27 lines
						
					
					
						
							913 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							27 lines
						
					
					
						
							913 B
						
					
					
				
								<?xml version="1.0" encoding="UTF-8"?>
							 | 
						|
								<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
							 | 
						|
								    xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
							 | 
						|
								    colors="true"
							 | 
						|
								    verbose="true"
							 | 
						|
								    beStrictAboutOutputDuringTests="true"
							 | 
						|
								    beStrictAboutTodoAnnotatedTests="true"
							 | 
						|
								    beStrictAboutChangesToGlobalState="true"
							 | 
						|
								    beStrictAboutCoversAnnotation="true"
							 | 
						|
								    beStrictAboutResourceUsageDuringSmallTests="true"
							 | 
						|
								    beStrictAboutTestsThatDoNotTestAnything="true"
							 | 
						|
								    forceCoversAnnotation="true">
							 | 
						|
									<testsuites>
							 | 
						|
										<testsuite name="Unit Test Suite">
							 | 
						|
											<directory>test/unit</directory>
							 | 
						|
										</testsuite>
							 | 
						|
										<testsuite name="Integration Test Suite">
							 | 
						|
											<directory>test/functional</directory>
							 | 
						|
										</testsuite>
							 | 
						|
									</testsuites>
							 | 
						|
								
							 | 
						|
								    <filter>
							 | 
						|
								        <whitelist processUncoveredFilesFromWhitelist="true">
							 | 
						|
								            <directory suffix=".php">src</directory>
							 | 
						|
								        </whitelist>
							 | 
						|
								    </filter>
							 | 
						|
								</phpunit>
							 | 
						|
								
							 |