SemanticMediaWiki / SemanticResultFormats

Provides additional visualizations (result formats) for Semantic MediaWiki
https://www.semantic-mediawiki.org/wiki/Extension:Semantic_Result_Formats
Other
45 stars 75 forks source link

Use addMethods instead of onlyMethods when mocking stdClass #735

Closed Seb35 closed 1 year ago

Seb35 commented 1 year ago

Relevant doc for PHPUnit : addMethods() is used when the method does not exist (which is the case here) and onlyMethods() when the method exists. This fixes the 2 tests marked as 'warning'.