mirror of
				https://github.com/elyby/oauth2-server.git
				synced 2025-05-31 14:12:07 +05:30 
			
		
		
		
	Added printer, don't test anything in vendor/
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
			
		||||
<phpunit colors="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" stopOnError="false" stopOnFailure="false" stopOnIncomplete="false" stopOnSkipped="false" bootstrap="tests/Bootstrap.php">
 | 
			
		||||
<phpunit colors="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" stopOnError="false" stopOnFailure="false" stopOnIncomplete="false" stopOnSkipped="false" bootstrap="tests/Bootstrap.php"  printerFile="vendor/whatthejeff/nyancat-phpunit-resultprinter/src/NyanCat/PHPUnit/ResultPrinter.php" printerClass="NyanCat\PHPunit\ResultPrinter">
 | 
			
		||||
	<testsuites>
 | 
			
		||||
		<testsuite name="Authorization Server">
 | 
			
		||||
			<directory suffix="Test.php">tests/authorization</directory>
 | 
			
		||||
@@ -15,9 +15,7 @@
 | 
			
		||||
		<blacklist>
 | 
			
		||||
			<directory suffix=".php">PEAR_INSTALL_DIR</directory>
 | 
			
		||||
			<directory suffix=".php">PHP_LIBDIR</directory>
 | 
			
		||||
			<directory suffix=".php">vendor/composer</directory>
 | 
			
		||||
			<directory suffix=".php">vendor/mockery</directory>
 | 
			
		||||
			<directory suffix=".php">vendor/phpunit</directory>
 | 
			
		||||
			<directory suffix=".php">vendor</directory>
 | 
			
		||||
			<directory suffix=".php">tests</directory>
 | 
			
		||||
			<directory suffix=".php">testing</directory>
 | 
			
		||||
		</blacklist>
 | 
			
		||||
@@ -28,4 +26,4 @@
 | 
			
		||||
		<log type="coverage-clover" target="build/logs/clover.xml"/>
 | 
			
		||||
		<log type="junit" target="build/logs/junit.xml" logIncompleteSkipped="false"/>
 | 
			
		||||
	</logging>
 | 
			
		||||
</phpunit>
 | 
			
		||||
</phpunit>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user