File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
lib/packages/wikibase/changes/tests Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 9090 <rule ref =" MediaWiki.Commenting.PhpunitAnnotations.NotClassTrait" >
9191 <exclude-pattern >DispatchingQueryBuilderTest\.php</exclude-pattern >
9292 </rule >
93- <rule ref =" MediaWiki.Usage.ForbiddenFunctions.assert" >
94- <exclude-pattern >ItemChangeTest\.php</exclude-pattern >
95- </rule >
96- <rule ref =" MediaWiki.Usage.ForbiddenFunctions.shell_exec" >
97- <exclude-pattern >PidLock\.php</exclude-pattern >
98- </rule >
9993 <rule ref =" MediaWiki.Arrays.TrailingComma" >
10094 <properties >
10195 <property name =" singleLine" value =" false" />
Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ public static function changeBackwardsCompatProvider() {
8484 ] );
8585
8686 // make sure we got the right key for sitelinks
87+ // phpcs:ignore MediaWiki.Usage.ForbiddenFunctions.assert
8788 assert ( $ diff ->getSiteLinkDiff () !== null );
8889
8990 //NOTE: ItemChange's constructor may or may not already fix the bad diff.
You can’t perform that action at this time.
0 commit comments