File
- drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Enhancer/FieldPresenceEnhancerTest.php, line 19
Class
- FieldPresenceEnhancerTest
Namespace
Symfony\Cmf\Component\Routing\Tests\Enhancer
Code
public function setUp() {
$this->mapper = new FieldPresenceEnhancer('_template', '_controller', 'cmf_content.controller:indexAction');
$this->request = Request::create('/test');
}