Преглед изворни кода

Merge pull request #2923 from Soullivaneuh/patch-1

Fix typo on class method
Thomas пре 10 година
родитељ
комит
7da9c0dff9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Tests/Form/Type/ModelTypeTest.php

+ 1 - 1
Tests/Form/Type/ModelTypeTest.php

@@ -48,7 +48,7 @@ class ModelTypeTest extends TypeTestCase
     /**
      * @dataProvider getCompoundOptionTests
      */
-    public function testCompundOption($expectedCompound, $multiple, $expanded)
+    public function testCompoundOption($expectedCompound, $multiple, $expanded)
     {
         $type = new ModelType();
         $modelManager = $this->getMock('Sonata\AdminBundle\Model\ModelManagerInterface');