diff --git a/phpcs.xml.dist b/phpcs.xml.dist index 1f7b520..ce10fb6 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -7,6 +7,24 @@ + + + + + + + + + + + + + + + + tests/* + + diff --git a/tests/phpunit/tests/Data/ThirdPartyDataFormatterTest.php b/tests/phpunit/tests/Data/ThirdPartyDataFormatterTest.php index 4a20843..f5a4719 100644 --- a/tests/phpunit/tests/Data/ThirdPartyDataFormatterTest.php +++ b/tests/phpunit/tests/Data/ThirdPartyDataFormatterTest.php @@ -9,8 +9,8 @@ namespace GoogleChromeLabs\ThirdPartyCapital\Tests; -use GoogleChromeLabs\ThirdPartyCapital\Data\ThirdPartyDataFormatter; use GoogleChromeLabs\ThirdPartyCapital\Data\ThirdPartyData; +use GoogleChromeLabs\ThirdPartyCapital\Data\ThirdPartyDataFormatter; use GoogleChromeLabs\ThirdPartyCapital\Data\ThirdPartyScriptData; use GoogleChromeLabs\ThirdPartyCapital\TestUtils\TestCase; diff --git a/tests/phpunit/tests/Data/ThirdPartySrcValueTest.php b/tests/phpunit/tests/Data/ThirdPartySrcValueTest.php index 7f8b5d3..635109a 100644 --- a/tests/phpunit/tests/Data/ThirdPartySrcValueTest.php +++ b/tests/phpunit/tests/Data/ThirdPartySrcValueTest.php @@ -9,7 +9,6 @@ namespace GoogleChromeLabs\ThirdPartyCapital\Tests; -use Exception; use GoogleChromeLabs\ThirdPartyCapital\Data\ThirdPartySrcValue; use GoogleChromeLabs\ThirdPartyCapital\Exception\InvalidThirdPartyDataException; use GoogleChromeLabs\ThirdPartyCapital\TestUtils\TestCase;