فهرست منبع

Fix typo on class method

Sullivan SENECHAL 10 سال پیش
والد
کامیت
afd9687892
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
      * @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');