File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1011
1011
<code >addListener</code >
1012
1012
<code >addListener</code >
1013
1013
<code >addListener</code >
1014
- <code >createLegacyInstance </code >
1014
+ <code >createTestListenerInstance </code >
1015
1015
<code >flushListeners</code >
1016
1016
</DeprecatedMethod >
1017
1017
<DocblockTypeContradiction occurrences =" 2" >
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ public function createInstance(Extension $extension): Hook
42
42
/**
43
43
* @deprecated
44
44
*/
45
- public function createLegacyInstance (Extension $ extension ): TestListener
45
+ public function createTestListenerInstance (Extension $ extension ): TestListener
46
46
{
47
47
$ object = $ this ->doCreateInstance ($ extension );
48
48
Original file line number Diff line number Diff line change @@ -1025,7 +1025,7 @@ private function handleConfiguration(array &$arguments): void
1025
1025
}
1026
1026
1027
1027
foreach ($ arguments ['configurationObject ' ]->listeners () as $ listener ) {
1028
- $ arguments ['listeners ' ][] = $ extensionHandler ->createLegacyInstance ($ listener );
1028
+ $ arguments ['listeners ' ][] = $ extensionHandler ->createTestListenerInstance ($ listener );
1029
1029
}
1030
1030
1031
1031
unset($ extensionHandler );
You can’t perform that action at this time.
0 commit comments