Skip to content

Commit 47a913c

Browse files
jverdeyenfabpot
authored andcommitted
Minor typo fix messsagesData -> messagesData
1 parent c359dda commit 47a913c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)