Skip to content

Commit 2dd0a40

Browse files
authored
[Translator] Fix typo "internal" / "interval"
1 parent 5f1b427 commit 2dd0a40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Translation/Test/TranslatorTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public function getTransChoiceTests()
140140
}
141141

142142
/**
143-
* @dataProvider getInternal
143+
* @dataProvider getInterval
144144
*/
145145
public function testInterval($expected, $number, $interval)
146146
{
@@ -149,7 +149,7 @@ public function testInterval($expected, $number, $interval)
149149
$this->assertEquals($expected, $translator->trans($interval.' foo|[1,Inf[ bar', ['%count%' => $number]));
150150
}
151151

152-
public function getInternal()
152+
public function getInterval()
153153
{
154154
return [
155155
['foo', 3, '{1,2, 3 ,4}'],

0 commit comments

Comments
 (0)