<?php namespace Symfony\Tests\Components\Form\Fixtures; use Symfony\Components\Form\Field; class TestField extends Field { public function render(array $attributes = array()) { } }