8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f53672f commit 7efb4f0Copy full SHA for 7efb4f0
src/Symfony/Component/Translation/Tests/Util/ArrayConverterTest.php
@@ -16,14 +16,14 @@
16
class ArrayConverterTest extends \PHPUnit_Framework_TestCase
17
{
18
/**
19
- * @dataProvider messsagesData
+ * @dataProvider messagesData
20
*/
21
public function testDump($input, $expectedOutput)
22
23
$this->assertEquals($expectedOutput, ArrayConverter::expandToTree($input));
24
}
25
26
- public function messsagesData()
+ public function messagesData()
27
28
return array(
29
array(
0 commit comments