Skip to content

Commit a8fd253

Browse files
committed
all
1 parent 418673c commit a8fd253

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

ruleset.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@
4545
<exclude name="WordPress.WhiteSpace.OperatorSpacing.NoSpaceBefore"/>
4646
</rule>
4747

48+
<rule ref="Squiz.Commenting.FunctionComment.MissingParamTag">
49+
<exclude-pattern>/src/ImageOptimizeCommand.php</exclude-pattern>
50+
</rule>
51+
4852
<rule ref="WordPress.Files.FileName">
4953
<properties>
5054
<property name="strict_class_file_names" value="false"/>

tests/unit.suite.dist.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)