Explorar o código

Merge pull request #2923 from Soullivaneuh/patch-1

Fix typo on class method
Thomas %!s(int64=10) %!d(string=hai) anos
pai
achega
7da9c0dff9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
      * @dataProvider getCompoundOptionTests
      */
      */
-    public function testCompundOption($expectedCompound, $multiple, $expanded)
+    public function testCompoundOption($expectedCompound, $multiple, $expanded)
     {
     {
         $type = new ModelType();
         $type = new ModelType();
         $modelManager = $this->getMock('Sonata\AdminBundle\Model\ModelManagerInterface');
         $modelManager = $this->getMock('Sonata\AdminBundle\Model\ModelManagerInterface');