Skip to content

Commit 0866828

Browse files
fix spelling mistake
1 parent f81bce8 commit 0866828

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/TmpDirRegistryTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ public function testCreateDirInSystemTmpDirname(): void
6262
}
6363

6464
/**
65-
* @dataProvider provideTestCreateDirHasSeperatorAtTheEnd
65+
* @dataProvider provideTestCreateDirHasSeparatorAtTheEnd
6666
*
6767
* @param string $dir
6868
*/
69-
public function testCreateDirHasSeperatorAtTheEnd(string $dir): void
69+
public function testCreateDirHasSeparatorAtTheEnd(string $dir): void
7070
{
7171
$uniqueDirname = $this->instance->createDirInSystemTmp($dir);
7272
$lastChar = substr($uniqueDirname, -1);
@@ -108,7 +108,7 @@ public function testCreateFileInSystemTmp(): void
108108
/**
109109
* @return string[][]
110110
*/
111-
public function provideTestCreateDirHasSeperatorAtTheEnd(): array
111+
public function provideTestCreateDirHasSeparatorAtTheEnd(): array
112112
{
113113
return [
114114
['testdirectory'],

0 commit comments

Comments
 (0)