Procházet zdrojové kódy

Fix typo on class method

Sullivan SENECHAL před 10 roky
rodič
revize
afd9687892
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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');