Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7efb4f0

Browse files
jverdeyenfabpot
authored andcommitted
Minor typo fix messsagesData -> messagesData
1 parent f53672f commit 7efb4f0

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)