8000 minor #21645 Minor typo fix messsagesData -> messagesData (jverdeyen) · symfony/symfony@2fee5bc · GitHub
[go: up one dir, main page]

Skip to content

Commit 2fee5bc

Browse files
committed
minor #21645 Minor typo fix messsagesData -> messagesData (jverdeyen)
This PR was submitted for the master branch but it was merged into the 2.8 branch instead (closes #21645). Discussion ---------- Minor typo fix messsagesData -> messagesData | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | License | MIT Commits ------- 7efb4f0 Minor typo fix messsagesData -> messagesData
2 parents f53672f + 7efb4f0 commit 2fee5bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Translation/Tests/Util/ArrayConverterTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
class ArrayConverterTest extends \PHPUnit_Framework_TestCase
1717
{
1818
/**
19-
* @dataProvider messsagesData
19+
* @dataProvider messagesData
2020
*/
2121
public function testDump($input, $expectedOutput)
2222
{
2323
$this->assertEquals($expectedOutput, ArrayConverter::expandToTree($input));
2424
}
2525

26-
public function messsagesData()
26+
public function messagesData()
2727
{
2828
return array(
2929
array(

0 commit comments

Comments
 (0)
0