Skip to content

Instantly share code, notes, and snippets.

<?php
namespace AppBundle\Tests\Form;
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
use Symfony\Component\Form\ChoiceList\View\ChoiceView;
use Symfony\Component\Form\FormBuilder;
class Issue15606Test extends WebTestCase
{
private $arrayWithDuplicateContent = [
2 => "Category A",
3 => " ... Category A.1",