Browse Source

Merge pull request #2923 from Soullivaneuh/patch-1

Fix typo on class method
Thomas 10 years ago
parent
commit
7da9c0dff9
1 changed files with 1 additions and 1 deletions
  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');