File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 ' ],
You can’t perform that action at this time.
0 commit comments