mirror of
				https://github.com/elyby/oauth2-server.git
				synced 2025-05-31 14:12:07 +05:30 
			
		
		
		
	Updated phpunit.xml
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="true" stopOnFailure="true" stopOnIncomplete="false" stopOnSkipped="false" bootstrap="tests/Bootstrap.php">
 | 
			
		||||
	<testsuites>
 | 
			
		||||
		<testsuite name="Tests">
 | 
			
		||||
		   <directory>./tests/</directory>
 | 
			
		||||
@@ -11,7 +11,7 @@
 | 
			
		||||
		</whitelist>
 | 
			
		||||
	</filter>
 | 
			
		||||
	<logging>
 | 
			
		||||
		<log type="coverage-text" target="php://stdout" title="lncd/OAuth" charset="UTF-8" yui="true" highlight="true" lowUpperBound="60" highLowerBound="90"/>
 | 
			
		||||
        <log type="coverage-html" target="tests/coverage" title="lncd/OAuth" charset="UTF-8" yui="true" highlight="true" lowUpperBound="60" highLowerBound="90"/>
 | 
			
		||||
		<log type="coverage-text" target="php://stdout" title="thephpleague/oauth2-server" charset="UTF-8" yui="true" highlight="true" lowUpperBound="60" highLowerBound="90"/>
 | 
			
		||||
		<log type="coverage-html" target="build/coverage" title="thephpleague/oauth2-server" charset="UTF-8" yui="true" highlight="true" lowUpperBound="60" highLowerBound="90"/>
 | 
			
		||||
	</logging>
 | 
			
		||||
</phpunit>
 | 
			
		||||
 
 | 
			
		||||
@@ -1,43 +0,0 @@
 | 
			
		||||
<?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">
 | 
			
		||||
	<testsuites>
 | 
			
		||||
        <testsuite name="Tests">
 | 
			
		||||
           <directory>./tests/</directory>
 | 
			
		||||
       </testsuite>
 | 
			
		||||
    </testsuites>
 | 
			
		||||
    <filter>
 | 
			
		||||
        <whitelist addUncoveredFilesFromWhitelist="true">
 | 
			
		||||
            <directory suffix=".php">src</directory>
 | 
			
		||||
        </whitelist>
 | 
			
		||||
    </filter>
 | 
			
		||||
	<logging>
 | 
			
		||||
        <log type="coverage-clover" target="/tmp/coverage.xml"/>
 | 
			
		||||
        <log type="coverage-text" target="php://stdout" showUncoveredFiles="false"/>
 | 
			
		||||
    </logging>
 | 
			
		||||
    <listeners>
 | 
			
		||||
        <listener class="League\PHPUnitCoverageListener\Listener">
 | 
			
		||||
            <arguments>
 | 
			
		||||
                <array>
 | 
			
		||||
                    <element key="printer">
 | 
			
		||||
                      <object class="League\PHPUnitCoverageListener\Printer\StdOut"/>
 | 
			
		||||
                    </element>
 | 
			
		||||
                    <element key="hook">
 | 
			
		||||
                      <object class="League\PHPUnitCoverageListener\Hook\Travis"/>
 | 
			
		||||
                    </element>
 | 
			
		||||
                    <element key="namespace">
 | 
			
		||||
                        <string>League\OAuth2\Server</string>
 | 
			
		||||
                    </element>
 | 
			
		||||
                    <element key="repo_token">
 | 
			
		||||
                        <string>DtNuuOrBh1QBXVyRqmVldC2Au11DVti9n</string>
 | 
			
		||||
                    </element>
 | 
			
		||||
                    <element key="target_url">
 | 
			
		||||
                        <string>https://coveralls.io/api/v1/jobs</string>
 | 
			
		||||
                    </element>
 | 
			
		||||
                    <element key="coverage_dir">
 | 
			
		||||
                        <string>/tmp</string>
 | 
			
		||||
                    </element>
 | 
			
		||||
                </array>
 | 
			
		||||
            </arguments>
 | 
			
		||||
        </listener>
 | 
			
		||||
    </listeners>
 | 
			
		||||
</phpunit>
 | 
			
		||||
		Reference in New Issue
	
	Block a user