Skip to content

Commit

Permalink
[Mod] Convert tabs to spaces in unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
eyecatchup committed Jul 13, 2015
1 parent 8a46542 commit 0a3f997
Show file tree
Hide file tree
Showing 3 changed files with 801 additions and 801 deletions.

Large diffs are not rendered by default.

758 changes: 379 additions & 379 deletions tests/SEOstatsTest/_assert/Service/alexa-siteinfo-2014.html

Large diffs are not rendered by default.

86 changes: 43 additions & 43 deletions tests/phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>

<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="./bootstrap.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
verbose="false"
>

<testsuites>
<testsuite name="SEOStats Test Suite">
<directory>./SEOstatsTest</directory>
</testsuite>
</testsuites>

<groups>
<exclude>
<group>performance</group>
</exclude>
</groups>

<filter>
<whitelist>
<directory suffix=".php">../SEOstats</directory>
<exclude>
<directory suffix=".php">../SEOstats/Services/3rdparty</directory>
</exclude>
</whitelist>
<blacklist>
</blacklist>
</filter>

<logging>
<log type="coverage-text" target="php://stdout"/>
<log type="coverage-clover" target="../build/logs/clover.xml"/>
</logging>
</phpunit>
<?xml version="1.0" encoding="UTF-8"?>

<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="./bootstrap.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
verbose="false"
>

<testsuites>
<testsuite name="SEOStats Test Suite">
<directory>./SEOstatsTest</directory>
</testsuite>
</testsuites>

<groups>
<exclude>
<group>performance</group>
</exclude>
</groups>

<filter>
<whitelist>
<directory suffix=".php">../SEOstats</directory>
<exclude>
<directory suffix=".php">../SEOstats/Services/3rdparty</directory>
</exclude>
</whitelist>
<blacklist>
</blacklist>
</filter>

<logging>
<log type="coverage-text" target="php://stdout"/>
<log type="coverage-clover" target="../build/logs/clover.xml"/>
</logging>
</phpunit>

0 comments on commit 0a3f997

Please sign in to comment.