codemasher 6 лет назад
Родитель
Сommit
77053b81da
1 измененных файлов с 13 добавлено и 13 удалено
  1. 13 13
      phpunit.xml

+ 13 - 13
phpunit.xml

@@ -1,20 +1,20 @@
 <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 		 xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
-         bootstrap="vendor/autoload.php"
+		 bootstrap="vendor/autoload.php"
 		 cacheResultFile=".build/phpunit.result.cache"
-         colors="true"
+		 colors="true"
 		 verbose="true"
-        >
-    <filter>
-        <whitelist processUncoveredFilesFromWhitelist="true">
-            <directory suffix=".php">./src</directory>
-        </whitelist>
-    </filter>
-    <testsuites>
-        <testsuite name="php-qrcode test suite">
-            <directory suffix=".php">./tests/</directory>
-        </testsuite>
-    </testsuites>
+>
+	<filter>
+		<whitelist processUncoveredFilesFromWhitelist="true">
+			<directory suffix=".php">./src</directory>
+		</whitelist>
+	</filter>
+	<testsuites>
+		<testsuite name="php-qrcode test suite">
+			<directory suffix=".php">./tests/</directory>
+		</testsuite>
+	</testsuites>
 	<logging>
 		<log type="coverage-clover" target=".build/coverage/clover.xml"/>
 		<log type="coverage-xml" target=".build/coverage/coverage-xml"/>