@@ -187,17 +187,17 @@ public function testExplainWithDeprecatedSniffs()
187
187
$ expected = PHP_EOL ;
188
188
$ expected .= 'The ShowSniffDeprecationsTest standard contains 9 sniffs ' .PHP_EOL .PHP_EOL ;
189
189
190
- $ expected .= 'Fixtures (9 sniffs) ' .PHP_EOL ;
191
- $ expected .= '------------------- ' .PHP_EOL ;
192
- $ expected .= ' Fixtures .Deprecated.WithLongReplacement * ' .PHP_EOL ;
193
- $ expected .= ' Fixtures .Deprecated.WithoutReplacement * ' .PHP_EOL ;
194
- $ expected .= ' Fixtures .Deprecated.WithReplacement * ' .PHP_EOL ;
195
- $ expected .= ' Fixtures .Deprecated.WithReplacementContainingLinuxNewlines * ' .PHP_EOL ;
196
- $ expected .= ' Fixtures .Deprecated.WithReplacementContainingNewlines * ' .PHP_EOL ;
197
- $ expected .= ' Fixtures .SetProperty.AllowedAsDeclared ' .PHP_EOL ;
198
- $ expected .= ' Fixtures .SetProperty.AllowedViaMagicMethod ' .PHP_EOL ;
199
- $ expected .= ' Fixtures .SetProperty.AllowedViaStdClass ' .PHP_EOL ;
200
- $ expected .= ' Fixtures .SetProperty.NotAllowedViaAttribute ' .PHP_EOL .PHP_EOL ;
190
+ $ expected .= 'TestStandard (9 sniffs) ' .PHP_EOL ;
191
+ $ expected .= '----------------------- ' .PHP_EOL ;
192
+ $ expected .= ' TestStandard .Deprecated.WithLongReplacement * ' .PHP_EOL ;
193
+ $ expected .= ' TestStandard .Deprecated.WithoutReplacement * ' .PHP_EOL ;
194
+ $ expected .= ' TestStandard .Deprecated.WithReplacement * ' .PHP_EOL ;
195
+ $ expected .= ' TestStandard .Deprecated.WithReplacementContainingLinuxNewlines * ' .PHP_EOL ;
196
+ $ expected .= ' TestStandard .Deprecated.WithReplacementContainingNewlines * ' .PHP_EOL ;
197
+ $ expected .= ' TestStandard .SetProperty.AllowedAsDeclared ' .PHP_EOL ;
198
+ $ expected .= ' TestStandard .SetProperty.AllowedViaMagicMethod ' .PHP_EOL ;
199
+ $ expected .= ' TestStandard .SetProperty.AllowedViaStdClass ' .PHP_EOL ;
200
+ $ expected .= ' TestStandard .SetProperty.NotAllowedViaAttribute ' .PHP_EOL .PHP_EOL ;
201
201
202
202
$ expected .= '* Sniffs marked with an asterix are deprecated. ' .PHP_EOL ;
203
203
0 commit comments