forked from eyecatchup/SEOstats
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Mod] Convert tabs to spaces in unit tests.
- Loading branch information
1 parent
8a46542
commit 0a3f997
Showing
3 changed files
with
801 additions
and
801 deletions.
There are no files selected for viewing
758 changes: 379 additions & 379 deletions
758
tests/SEOstatsTest/_assert/Service/alexa-siteinfo-2014-getCountryRank-2.html
Large diffs are not rendered by default.
Oops, something went wrong.
758 changes: 379 additions & 379 deletions
758
tests/SEOstatsTest/_assert/Service/alexa-siteinfo-2014.html
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |