Skip to content

Commit 414031e

Browse files
committed
Fix indentation (use tabs instead of spaces)
1 parent ab1167e commit 414031e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@
5454
],
5555
"run-tests": [
5656
"@php ./vendor/phpunit/phpunit/phpunit --filter WordPress ./vendor/squizlabs/php_codesniffer/tests/AllTests.php --no-coverage",
57-
"@php ./vendor/phpunit/phpunit/phpunit WordPress/Util/Tests/ --no-coverage"
57+
"@php ./vendor/phpunit/phpunit/phpunit WordPress/Util/Tests/ --no-coverage"
5858
],
5959
"coverage": [
6060
"@php ./vendor/phpunit/phpunit/phpunit --filter WordPress ./vendor/squizlabs/php_codesniffer/tests/AllTests.php",
61-
"@php ./vendor/phpunit/phpunit/phpunit WordPress/Util/Tests/"
61+
"@php ./vendor/phpunit/phpunit/phpunit WordPress/Util/Tests/"
6262
],
6363
"check-complete": [
6464
"@php ./vendor/phpcsstandards/phpcsdevtools/bin/phpcs-check-feature-completeness -q ./WordPress"

phpunit.xml.dist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
forceCoversAnnotation="true">
1414

1515
<testsuites>
16-
<testsuite name="WordPress Utilities Tests">
17-
<directory suffix="UnitTest.php">./WordPress/Util/Tests/</directory>
18-
</testsuite>
16+
<testsuite name="WordPress Utilities Tests">
17+
<directory suffix="UnitTest.php">./WordPress/Util/Tests/</directory>
18+
</testsuite>
1919
<testsuite name="WordPress Sniffs Tests">
2020
<directory suffix="UnitTest.php">./WordPress/Tests/</directory>
2121
</testsuite>

0 commit comments

Comments
 (0)