There was an error while loading. Please reload this page.
1 parent 418673c commit a8fd253Copy full SHA for a8fd253
ruleset.xml
@@ -45,6 +45,10 @@
45
<exclude name="WordPress.WhiteSpace.OperatorSpacing.NoSpaceBefore"/>
46
</rule>
47
48
+ <rule ref="Squiz.Commenting.FunctionComment.MissingParamTag">
49
+ <exclude-pattern>/src/ImageOptimizeCommand.php</exclude-pattern>
50
+ </rule>
51
+
52
<rule ref="WordPress.Files.FileName">
53
<properties>
54
<property name="strict_class_file_names" value="false"/>
tests/unit.suite.dist.yml
@@ -0,0 +1,9 @@
1
+# Codeception Test Suite Configuration
2
+#
3
+# Suite for unit or integration tests.
4
5
+actor: UnitTester
6
+modules:
7
+ enabled:
8
+ - Asserts
9
+ - \TypistTech\ImageOptimizeCommand\Helper\Unit
0 commit comments