mirror of
				https://github.com/elyby/oauth2-server.git
				synced 2025-05-31 14:12:07 +05:30 
			
		
		
		
	Added phpunit.xml
This commit is contained in:
		
							
								
								
									
										21
									
								
								tests/phpunit.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								tests/phpunit.xml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,21 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
			
		||||
<phpunit 
 | 
			
		||||
	colors="true"
 | 
			
		||||
	convertNoticesToExceptions="true"
 | 
			
		||||
	convertWarningsToExceptions="true"
 | 
			
		||||
	stopOnError="false"
 | 
			
		||||
	stopOnFailure="false"
 | 
			
		||||
	stopOnIncomplete="false"
 | 
			
		||||
	stopOnSkipped="false">
 | 
			
		||||
	<testsuites>
 | 
			
		||||
		<testsuite name="Test Suite">
 | 
			
		||||
			<directory suffix="test.php">./authentication</directory>
 | 
			
		||||
		</testsuite>
 | 
			
		||||
	</testsuites>
 | 
			
		||||
	<filters>
 | 
			
		||||
		<blacklist>
 | 
			
		||||
			<directory suffix=".php">PEAR_INSTALL_DIR</directory>
 | 
			
		||||
			<directory suffix=".php">PHP_LIBDIR</directory>
 | 
			
		||||
		</blacklist>
 | 
			
		||||
	</filters>
 | 
			
		||||
</phpunit>
 | 
			
		||||
		Reference in New Issue
	
	Block a user