for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Kunstmaan\AdminBundle\Tests\unit\Helper\FormWidgets;
use Symfony\Component\Form\FormView;
class FakeView extends FormView
{
/**
* @param $name
* @param $value
*/
public function offsetSet($name, $value)
$this->children[$name] = $value;
}