Skip to content

Commit e7bd962

Browse files
committed
test: fix test method names
1 parent 7dc7087 commit e7bd962

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/system/Test/FilterTestTraitTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function testGetCallerInvalidPosition(): void
6363
$this->getFilterCaller('test-customfilter', 'banana');
6464
}
6565

66-
public function testCallerSupportArray(): void
66+
public function testCallerSupportsArray(): void
6767
{
6868
$this->filtersConfig->aliases['test-customfilter'] = [Customfilter::class];
6969

@@ -73,7 +73,7 @@ public function testCallerSupportArray(): void
7373
$this->assertSame('http://hellowworld.com', $result->getBody());
7474
}
7575

76-
public function testCallerSupportClassname(): void
76+
public function testCallerSupportsClassname(): void
7777
{
7878
$caller = $this->getFilterCaller(Customfilter::class, 'before');
7979
$result = $caller();

0 commit comments

Comments
 (0)