Fixed groupBy argument value in DefaultChoiceListFactoryTest

This commit is contained in:
Valentin 2019-01-04 02:14:05 +03:00
parent 44bb34680d
commit b8f6390ef9

View File

@ -443,7 +443,7 @@ class DefaultChoiceListFactoryTest extends TestCase
array($this->obj2, $this->obj3),
null, // label
null, // index
array() // ignored
null // group
);
$this->assertFlatView($view);