Skip to content

Commit ef76b3a

Browse files
shawnlindstromShawn Lindstrom
andauthored
[10.x] Fix test name for stringable position (#48480)
Co-authored-by: Shawn Lindstrom <[email protected]>
1 parent 22d4530 commit ef76b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Support/SupportStringableTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1024,7 +1024,7 @@ public function testSubstrCount()
10241024
$this->assertSame(1, $this->stringable('laravelPHPFramework')->substrCount('a', -10, -3));
10251025
}
10261026

1027-
public function testSubstrPos()
1027+
public function testPosition()
10281028
{
10291029
$this->assertSame(7, $this->stringable('Hello, World!')->position('W'));
10301030
$this->assertSame(10, $this->stringable('This is a test string.')->position('test'));

0 commit comments

Comments
 (0)