소스 검색

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');