Skip to content

Commit ea5018f

Browse files
committed
Refactored MockTrait to allow mocking any function.
1 parent cbb45cd commit ea5018f

File tree

6 files changed

+586
-677
lines changed

6 files changed

+586
-677
lines changed

.vortex/tooling/phpcs.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@
55
<!-- Using Drupal coding standard as a base-fix. -->
66
<rule ref="Drupal" />
77
<rule ref="Generic.PHP.RequireStrictTypes" />
8-
<rule ref="DrevOps.NamingConventions.LocalVariableSnakeCase"/>
9-
<rule ref="DrevOps.NamingConventions.ParameterSnakeCase"/>
10-
<rule ref="DrevOps.TestingPractices.DataProviderPrefix" />
11-
<rule ref="DrevOps.TestingPractices.DataProviderMatchesTestName"/>
12-
<rule ref="DrevOps.TestingPractices.DataProviderOrder" />
8+
<rule ref="DrevOps"/>
139

1410
<!-- Show sniff codes in all reports -->
1511
<arg value="s"/>

0 commit comments

Comments
 (0)