We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc7087 commit e7bd962Copy full SHA for e7bd962
tests/system/Test/FilterTestTraitTest.php
@@ -63,7 +63,7 @@ public function testGetCallerInvalidPosition(): void
63
$this->getFilterCaller('test-customfilter', 'banana');
64
}
65
66
- public function testCallerSupportArray(): void
+ public function testCallerSupportsArray(): void
67
{
68
$this->filtersConfig->aliases['test-customfilter'] = [Customfilter::class];
69
@@ -73,7 +73,7 @@ public function testCallerSupportArray(): void
73
$this->assertSame('http://hellowworld.com', $result->getBody());
74
75
76
- public function testCallerSupportClassname(): void
+ public function testCallerSupportsClassname(): void
77
78
$caller = $this->getFilterCaller(Customfilter::class, 'before');
79
$result = $caller();
0 commit comments