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